From 1bf6e216e0c37b33f39d30fc98a5a49bfdffc7b6 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 23 Apr 2016 15:04:47 -0400 Subject: reduced nphswitch timer to 3s Former-commit-id: 66a5ae5e7ef647241a7996fc491f8e7e2824d9f5 --- 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 86f5084b..4eb7548f 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -70,7 +70,7 @@ angular.module('zmApp', [ desktopApiUrl: "/api/zm", latestRelease: "https://api.github.com/repos/pliablepixels/zmNinja/releases/latest", blogUrl:"http://pliablepixels.github.io/feed.json", - nphSwitchTimer:6000, + nphSwitchTimer:3000, eventHistoryTimer:10000, eventPlaybackQuery:3000, -- cgit v1.2.3