kopia lustrzana https://github.com/c9/core
Merge pull request +8025 from c9/fix/larger-timeout
Increasing vfs ping timeoutpull/117/merge
commit
bb4b4a8aa5
|
@ -146,8 +146,8 @@ Vfs.prototype._createEngine = function(vfs, options) {
|
||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
var engine = new eio.Server({
|
var engine = new eio.Server({
|
||||||
pingTimeout: 5000,
|
pingTimeout: 60000,
|
||||||
pingInterval: 15000,
|
pingInterval: 25000,
|
||||||
transports: ["polling", "websocket"],
|
transports: ["polling", "websocket"],
|
||||||
allowUpgrades: true,
|
allowUpgrades: true,
|
||||||
cookie: false
|
cookie: false
|
||||||
|
|
Ładowanie…
Reference in New Issue