diff --git a/plugins/c9.vfs.server/vfs.js b/plugins/c9.vfs.server/vfs.js index 1a6e18d5..378208c8 100644 --- a/plugins/c9.vfs.server/vfs.js +++ b/plugins/c9.vfs.server/vfs.js @@ -146,7 +146,7 @@ Vfs.prototype._createEngine = function(vfs, options) { var that = this; var engine = new eio.Server({ - pingTimeout: 3000, + pingTimeout: 5000, pingInterval: 15000, transports: ["polling", "websocket"], allowUpgrades: true,