Commit 0be4122
committed
fix: increase gsoc websocket buffer to absorb legitimate bursts
dataC's buffer of 2 was too small for a legitimate burst of GSOC
messages delivered concurrently to the same subscriber (e.g. several
chunks pushed at once), causing a false-positive slow-consumer
disconnect. Bump it to 16 and adjust the slow-consumer test's message
count so overflow is still hit deterministically.1 parent b15df1b commit 0be4122
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments