summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-11-05 19:29:59 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-11-05 19:29:59 -0500
commit24677360c6364221e6701908734ad15f44e7a26e (patch)
tree7cef67af5b8846b6f9f9094086e02479adec18d3 /www/js/app.js
parent6a55a1031809d84a2b0133a7246d131887461239 (diff)
#555 - make sure fingerprint auth is not called if auto montage reload
Diffstat (limited to 'www/js/app.js')
-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 0bca8099..d1561373 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -102,7 +102,7 @@ angular.module('zmApp', [
maxGifWidth: 800.0,
quantSample: 15,
hashSecret: 'unused at the moment',
- forceMontageReloadDelay: 3600 // 1 hr
+ forceMontageReloadDelay: 30 //3600 // 1 hr
})