Commit 05767d6
refactor(protocol): extract _READ_CHUNK_SIZE constant
Replace the bare literal 4096 in DqliteProtocol._read_chunk with a
named module-level constant and explain the tradeoff (syscall overhead
vs. small-message latency).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 527d7b1 commit 05767d6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
292 | 296 | | |
293 | 297 | | |
294 | 298 | | |
295 | | - | |
| 299 | + | |
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
| |||
0 commit comments