From 398f18e0dd7ffb59fc7d9cb7c22b19f021c8511f Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Mon, 29 Jun 2015 12:40:12 +0000 Subject: [PATCH] Increasing vfs connection timeout --- plugins/c9.vfs.server/vfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.vfs.server/vfs.js b/plugins/c9.vfs.server/vfs.js index 808562aa..9344219d 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: 5000, + pingTimeout: 60000, pingInterval: 15000, transports: ["polling", "websocket"], allowUpgrades: true,