Increase report interval to 1 day

This commit is contained in:
Rashid Khan 2014-01-09 09:01:11 -07:00
parent 25a506a388
commit 4b320bb8e1

View file

@ -36,7 +36,8 @@ function (angular, app, _, kbn) {
};
_.defaults($scope.panel,_d);
var reportInterval = 10000;
var reportInterval = 86400000;
//var reportInterval = 30000;
$scope.init = function () {
// So we can access the cookies object from the view