diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-11 12:04:29 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-11 12:04:29 -0400 |
| commit | d7c5302f66c905177cf8314ffca121a0593328cd (patch) | |
| tree | f106b6b9d27ce094155dcbc247d0350ce673022e /www/js/app.js | |
| parent | 2cd649ccfb32ad6c5e1148a22bf59cf30ac92e57 (diff) | |
this was preventing us from reducing montage quality
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
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, |
