summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-23 15:04:47 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-23 15:04:47 -0400
commit1bf6e216e0c37b33f39d30fc98a5a49bfdffc7b6 (patch)
treee673c929e8a56b66b55fd9dfcd19077e001716da
parent8a471a36f82635b9118c8733ea6325587261d98c (diff)
reduced nphswitch timer to 3s
Former-commit-id: 66a5ae5e7ef647241a7996fc491f8e7e2824d9f5
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
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,