Skip to content

docs(ts): correct callback-queue-depth doc to the 131072 ring default#1199

Merged
userFRM merged 1 commit into
mainfrom
docs/ts-callback-queue-depth
Jul 11, 2026
Merged

docs(ts): correct callback-queue-depth doc to the 131072 ring default#1199
userFRM merged 1 commit into
mainfrom
docs/ts-callback-queue-depth

Conversation

@userFRM

@userFRM userFRM commented Jul 11, 2026

Copy link
Copy Markdown
Owner

A hardcoded-values audit (fable + codex) found no config-bypass bugs — the snapshot 5s cap was the only one, already fixed. The single doc-drift it surfaced: the TypeScript STREAMING_CALLBACK_QUEUE_DEPTH doc claimed the streaming ring defaults to 65536 slots and that the callback queue depth "matches the default ring size". The ring default is 131072 (config/fpss.rs), so the queue (65536) is half the ring. Corrected the two stale sentences. Doc-only — the queue-depth constant is unchanged.

…ault

The STREAMING_CALLBACK_QUEUE_DEPTH doc said the ring defaults to 65536 slots and that the queue depth matches it; the ring default is 131072, so the queue (65536) is half the ring. Doc-only; the queue-depth value is unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@userFRM userFRM merged commit e995d40 into main Jul 11, 2026
51 checks passed
@userFRM userFRM deleted the docs/ts-callback-queue-depth branch July 11, 2026 18:30
Sign up for free to 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.

2 participants