From 27ec9c4ee073b470b1fd105227be4e6b0da9c1a9 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 3 Nov 2017 16:23:05 -0400 Subject: defined reload delay #553 --- .DS_Store | Bin 18436 -> 18436 bytes www/js/app.js | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 17fbf8b8..f560bbee 100644 Binary files a/.DS_Store and b/.DS_Store differ 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 + }) -- cgit v1.2.3