summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index b8a4cea1..e7e9d883 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -100,7 +100,9 @@ angular.module('zmApp', [
maxGifCount2: 100,
maxGifWidth: 800.0,
quantSample: 15,
- hashSecret: 'unused at the moment'
+ hashSecret: 'unused at the moment',
+ forceMontageReloadDelay: 3600 // 1 hr
+
})