kopia lustrzana https://github.com/c9/core
Decrease ping interval to 10 seconds
To hopefully stop more disconnectspull/117/merge
rodzic
398f18e0dd
commit
c6bf4fe14e
|
@ -147,7 +147,7 @@ Vfs.prototype._createEngine = function(vfs, options) {
|
||||||
|
|
||||||
var engine = new eio.Server({
|
var engine = new eio.Server({
|
||||||
pingTimeout: 60000,
|
pingTimeout: 60000,
|
||||||
pingInterval: 15000,
|
pingInterval: 10000,
|
||||||
transports: ["polling", "websocket"],
|
transports: ["polling", "websocket"],
|
||||||
allowUpgrades: true,
|
allowUpgrades: true,
|
||||||
cookie: false
|
cookie: false
|
||||||
|
|
Ładowanie…
Reference in New Issue