mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
longer timeout on reconnection
This commit is contained in:
parent
50066d06e7
commit
56275d8de7
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ function handshake()
|
|||
|
||||
pad.collabClient.setChannelState("RECONNECTING");
|
||||
|
||||
disconnectTimeout = setTimeout(disconnectEvent, 10000);
|
||||
disconnectTimeout = setTimeout(disconnectEvent, 20000);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue