Skip to content

Commit 74802e7

Browse files
Merge pull request #8006 from nextcloud/backport/8005/stable32
[stable32] fix: increase websocket timeout for background throttling
2 parents 81232af + 57c0a6d commit 74802e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/y-websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ messageHandlers[messageAuth] = (
129129
}
130130

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

134134
/**
135135
* @param {WebsocketProvider} provider

0 commit comments

Comments
 (0)