summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-10-27 07:39:21 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-10-27 07:39:21 -0400
commit42c068b2dd7ff891979cc39f532af1f4fd4d987c (patch)
tree6b1670f11bfef125e4f512ef21a94affb5d9ce45
parent9514414907d78587d5ad78abd6849397d4973ff6 (diff)
bump up maxFilesize for logs since we are attaching
-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 a8e31e5a..69c1c6bc 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -50,7 +50,7 @@ angular.module('zmApp', [
largeHttpTimeout: 30000,
logFile: 'zmNinjaLog.txt',
authoremail: 'pliablepixels+zmNinja@gmail.com',
- logFileMaxSize: 30000, // after this limit log gets reset
+ logFileMaxSize: 100000, // after this limit log gets reset
updateCheckInterval: 86400000, // 24 hrs
loadingTimeout: 15000,