summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-11 12:04:29 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-11 12:04:29 -0400
commitd7c5302f66c905177cf8314ffca121a0593328cd (patch)
treef106b6b9d27ce094155dcbc247d0350ce673022e /www/js
parent2cd649ccfb32ad6c5e1148a22bf59cf30ac92e57 (diff)
this was preventing us from reducing montage quality
Diffstat (limited to 'www/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 ef545483..96001fdc 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -59,7 +59,7 @@ angular.module('zmApp', [
updateCheckInterval: 86400000, // 24 hrs
loadingTimeout: 15000,
slowLoadingTimeout: 60000,
- safeMontageLimit: 100,
+ safeMontageLimit: 10,
safeImageQuality: 10,
maxFPS: 30,
defaultFPS: 3,