diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-23 15:04:47 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-23 15:04:47 -0400 |
| commit | 1bf6e216e0c37b33f39d30fc98a5a49bfdffc7b6 (patch) | |
| tree | e673c929e8a56b66b55fd9dfcd19077e001716da /www/js/app.js | |
| parent | 8a471a36f82635b9118c8733ea6325587261d98c (diff) | |
reduced nphswitch timer to 3s
Former-commit-id: 66a5ae5e7ef647241a7996fc491f8e7e2824d9f5
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | 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 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, |
