Commit 88d590e
authored
fix(zero): increase production view syncer upstream connections (tldraw#8406)
Increases production view syncer `ZERO_UPSTREAM_MAX_CONNS` from 5 to 8
to match the 8-CPU VM. Without this, zero-cache crashes on startup:
`Insufficient upstream connections (5) for 7 syncers`.
### Change type
- [x] `bugfix`
### Test plan
- Deploy to production and verify view syncer starts without connection
errors
### Code changes
| Section | LOC change |
| -------------- | ---------- |
| Apps | +1 / -1 |1 parent d800636 commit 88d590e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments