We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b946c commit bedf7caCopy full SHA for bedf7ca
webui/src/data/ajax.js
@@ -2,7 +2,7 @@ import reqwest from 'reqwest'
2
3
4
const DEFAULT_TIMEOUT_GET_MS = 10 * 1000; // 10 seconds
5
-const DEFAULT_TIMEOUT_POST_MS = 10 * 1000; // 10 seconds
+const DEFAULT_TIMEOUT_POST_MS = 20 * 1000; // 10 seconds
6
7
8
export let errorHandler = {fn:function(text){}};
0 commit comments