mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 17:11:52 +08:00
increased web timeout
This commit is contained in:
@@ -36,7 +36,7 @@ var tools = new function() {
|
||||
http.setRequestHeader("Content-Type", content_type);
|
||||
}
|
||||
http.onreadystatechange = callback;
|
||||
http.timeout = 5000;
|
||||
http.timeout = 15000;
|
||||
http.send(body);
|
||||
return http;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user