Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: increase websocket timeout for background throttling
Signed-off-by: Benjamin Frueh <[email protected]>
  • Loading branch information
benjaminfrueh authored and backportbot[bot] committed Dec 3, 2025
commit 57c0a6da2d92ba12aed82295c4a5b708c5e9d5f1
2 changes: 1 addition & 1 deletion src/services/y-websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ messageHandlers[messageAuth] = (
}

// @todo - this should depend on awareness.outdatedTime
const messageReconnectTimeout = 40000
const messageReconnectTimeout = 70000

/**
* @param {WebsocketProvider} provider
Expand Down
Loading