kopia lustrzana https://github.com/c9/core
Increasing vfs connection timeout
rodzic
8a40d404df
commit
398f18e0dd
|
@ -146,7 +146,7 @@ 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: 15000,
|
||||||
transports: ["polling", "websocket"],
|
transports: ["polling", "websocket"],
|
||||||
allowUpgrades: true,
|
allowUpgrades: true,
|
||||||
|
|
Ładowanie…
Reference in New Issue