stabilize wss connection by increasing timeout back to 60s

This commit is contained in:
schlagmichdoch 2023-01-17 10:09:44 +01:00
parent 9d33739f03
commit e1226aa044
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ class PairdropServer {
_keepAlive(peer) {
this._cancelKeepAlive(peer);
let timeout = 2500;
let timeout = 30000;
if (!peer.lastBeat) {
peer.lastBeat = Date.now();
}