feat(config): raise timeout ceilings, add pendingTtlMs - #67
Merged
Merged
Conversation
- codexMaxCallMs max 300000 → 3600000, maxLatencyMs max 600000 → 7200000: slow local models (15-20 min syntheses) were structurally excluded; defaults unchanged (0 = heuristic / unlimited) - pendingTtlMs (1000-3600000, default 300000): the staged-summary TTL was hardcoded 5 min; now configurable and wired into the commit store - settings UI + README document the raised ranges and 0 semantics
This was referenced Sep 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the config portion of #61. Review context: #61 (comment)
Changes
Raised ceilings (defaults unchanged)
codexMaxCallMs: max300_000→3_600_000(1 h per call)maxLatencyMs: max600_000→7_200_000(2 h pipeline)The old caps structurally excluded slow local models — the #61 reporter measured a successful 17.5-minute synthesis, and the run ceiling couldn't be configured past 10 minutes.
0semantics are unchanged (codexMaxCallMs: 0= heuristic watchdog,maxLatencyMs: 0= unlimited) and are now spelled out in the README table, including the provider timeout multiplier note.New
pendingTtlMssetting (1000–3600000, default300000)The staged-summary TTL was a hardcoded 5 min inside the commit store. Now a first-class config key, wired into
createCompactionCommitStore, exposed in the settings UI, and documented. Default behavior identical.Verification
pendingTtlMsvalidation + default, settings coverage), bench, build, release audit — all greenverifyjob