diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 05:37:03 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-09-15 05:37:03 -0400 |
| commit | 1dfbf24318e07b761bcc02f2ab356644b228121d (patch) | |
| tree | 335b74fd9955eb9d52c707106a44e9140215d06e /www | |
| parent | 6b395a406cf52d997b2031d7adb44bf07f4d33e4 (diff) | |
default refresh is 2 sec
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 0af087f0..ab1ce647 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -32,7 +32,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', 'useSSL':false, // "1" if HTTPS 'keepAwake':true, // don't dim/dim during live view 'isUseAuth':true, // true if user wants ZM auth - 'refreshSec':"1", // timer value for frame change in sec + 'refreshSec':"2", // timer value for frame change in sec 'enableDebug':false, // if enabled with log messages with "debug" 'usePin':false, 'pinCode':'', |
