diff --git a/index.js b/index.js index e2da7da..49c0ee8 100644 --- a/index.js +++ b/index.js @@ -402,7 +402,7 @@ class PairdropServer { _keepAlive(peer) { this._cancelKeepAlive(peer); - let timeout = 2500; + let timeout = 30000; if (!peer.lastBeat) { peer.lastBeat = Date.now(); }