diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 7320a03c..8d9bd57b 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -457,7 +457,8 @@ angular.module('zmApp.controllers').controller('zmApp.EventCtrl', ['$scope', '$r //evtCurSegment = 0; // console.log ("**** I SET SEGMENTS TO " + evtSegments); - // call on progress indicator every 2 seconds + // call on progress indicator every 5 seconds + // don't want to overload segmentHandle = $interval(function () { segmentCheck(); }, 5000); |
