From 1fbdfbd45d498b7d74cf3a4d8c207f460f984163 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 9 Feb 2019 15:11:11 -0500 Subject: #779 - refresh every 30s as well as when we get new events. But don't refresh if you are looking at something else --- 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 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', -- cgit v1.2.3