mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +6686 from c9/fix-asia
[hotfix] Fix Asian connectivity
This commit is contained in:
parent
75dce9a13a
commit
2cec5bedba
@ -166,7 +166,7 @@ define(function(require, exports, module) {
|
||||
var server = servers[i];
|
||||
auth.request(server.url + "/" + options.pid, {
|
||||
method: "POST",
|
||||
timeout: 20000,
|
||||
timeout: 120000,
|
||||
body: {
|
||||
version: version
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user