From d7c5302f66c905177cf8314ffca121a0593328cd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 11 Apr 2018 12:04:29 -0400 Subject: this was preventing us from reducing montage quality --- 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 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, -- cgit v1.2.3