diff options
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index cf64c31b..86617745 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -90,9 +90,9 @@ angular.module('zmApp', [ minCycleTime: 5, loginInterval: 1800000, //30m*60s*1000 - ZM auto login after 30 mins - //loginInterval: 60000, // testing 1 min - eventPlaybackQueryLowBW: 6000, + //loginInterval: 20000, // testing 20sec loginIntervalLowBW: 1800000, //30m login + eventPlaybackQueryLowBW: 6000, eventSingleImageQualityLowBW: 70, monSingleImageQualityLowBW: 70, |
