From 24677360c6364221e6701908734ad15f44e7a26e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 5 Nov 2017 19:29:59 -0500 Subject: #555 - make sure fingerprint auth is not called if auto montage reload --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') 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 }) -- cgit v1.2.3