Skip to content

Commit 88d590e

Browse files
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

File tree

internal/scripts/deploy-dotcom.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const zeroConnectionLimits = {
297297
},
298298
production: {
299299
rm: { upstream: 1, cvr: 3, change: 5 },
300-
vs: { upstream: 5, cvr: 10, change: 3 },
300+
vs: { upstream: 8, cvr: 10, change: 3 },
301301
},
302302
// Previews use Supabase branch DB
303303
preview: {

0 commit comments

Comments
 (0)