Commit 91d9fec
fix(docs): sync maxTransactionQueueTime bypass note and remove stale duplicate wording
Verified against resources/Table.ts:2218,4407 (checkOverloaded guarded
by !context?.source) and the 503 log text in DatabaseTransaction.ts:403:
deletes and canonical-source writes (replication, caching sources)
bypass the queue-time check entirely. Note that in storage-tuning.md,
and sync configuration/options.md's duplicate one-line description
(previously "Max write queue time before 503", which re-introduced the
queue-length framing this branch corrects elsewhere) to point at the
same section instead of drifting. Also tighten the maxDepth field
description: the high-water mark resets on emit, which is activity-gated,
not a fixed sampling interval.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent a90548d commit 91d9fec
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments