Skip to content

docs: correct visible-output watchdog to share request timeout budget - #144

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-correct-visible-output-watchdog-to-share-requ-1a9294
Jul 29, 2026
Merged

docs: correct visible-output watchdog to share request timeout budget#144
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-correct-visible-output-watchdog-to-share-requ-1a9294

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The streaming configuration entry in docs/configuration.md claimed Java Chat enforces a separate 20-second visible-output deadline. After the watchdog was changed to share streamingRequestTimeout(), that description is stale: the visible-output deadline now uses the same configured OPENAI_STREAMING_REQUEST_TIMEOUT_SECONDS budget rather than a hardcoded 20s.

Example: a developer debugging a slow first-token stream (e.g. non-none reasoning effort) would expect the watchdog to cut off output at 20s even when the request budget is higher, leading them to chase the wrong timeout.

Introduced by commit af4d7d2 (@WilliamAGH)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJuly 29, 2026 16:12
@WilliamAGH
WilliamAGH merged commit 04c7d38 into devJul 29, 2026
3 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamAGH