diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-09 15:11:11 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-02-09 15:11:11 -0500 |
| commit | 1fbdfbd45d498b7d74cf3a4d8c207f460f984163 (patch) | |
| tree | 83697cd0192d5083b050a1e835df7eeb5ce3a05e /www/js/app.js | |
| parent | c704e84787651b7d9eaa25c597321f8985a59b6b (diff) | |
#779 - refresh every 30s as well as when we get new events. But don't refresh if you are looking at something else
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 0b377420..ffd456fe 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -83,7 +83,7 @@ angular.module('zmApp', [ nphSwitchTimer: 3000, eventHistoryTimer: 5000, eventPlaybackQuery: 3000, - + eventPageRefresh: 30000, // 30s packeryTimer: 500, dbName: 'zmninja', cipherKey: 'sdf#@#%FSXSA_AR', |
