diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-03 16:23:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-03 16:23:05 -0400 |
| commit | 27ec9c4ee073b470b1fd105227be4e6b0da9c1a9 (patch) | |
| tree | 777df12f2b0682adfca7ab7364e227c84b508d04 | |
| parent | 490e146e9160eb161ae4799121f730f7d9dfb769 (diff) | |
defined reload delay #553
| -rw-r--r-- | .DS_Store | bin | 18436 -> 18436 bytes | |||
| -rwxr-xr-x | www/js/app.js | 4 |
2 files changed, 3 insertions, 1 deletions
| Binary files 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 + }) |
