mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Increasing vfs connection timeout
This commit is contained in:
parent
8a40d404df
commit
398f18e0dd
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user