Skip to content

Commit d21ea76

Browse files
djwhittclaude
andcommitted
perf(config): increase OFFSET_SAMPLE_COUNT to 4 for higher success rate
Raises the default offset observation count from 3 to 4 to increase the probability of successful chunk validation with early stopping. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a50f88a commit d21ea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const OFFSET_OBSERVATION_SAMPLE_RATE = Math.max(
165165

166166
export const OFFSET_SAMPLE_COUNT = +env.varOrDefault(
167167
'OFFSET_SAMPLE_COUNT',
168-
'3',
168+
'4',
169169
);
170170

171171
export const OFFSET_OBSERVATION_ENFORCEMENT_ENABLED =

0 commit comments

Comments
 (0)