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