summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-23 10:36:38 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-23 10:36:38 -0400
commit4496496240b6e3573c4c0892a28bfb0bcc288785 (patch)
tree3b68042166196acde41b0d191fc8fdbce5668199
parent00c98cae610c0985c69b3b7bdb078cfbd354df0a (diff)
increase default timeout
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 993e5fff..f5ec5c47 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2341,7 +2341,7 @@ angular.module('zmApp', [
method: method,
data: arguments[0].data,
headers: arguments[0].headers,
- timeout: arguments[0].timeout || 10,
+ timeout: arguments[0].timeout || 20,
responseType: arguments[0].responseType
};
// console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options));