diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-23 10:36:38 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-23 10:36:38 -0400 |
| commit | 4496496240b6e3573c4c0892a28bfb0bcc288785 (patch) | |
| tree | 3b68042166196acde41b0d191fc8fdbce5668199 /www/js/app.js | |
| parent | 00c98cae610c0985c69b3b7bdb078cfbd354df0a (diff) | |
increase default timeout
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
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)); |
