mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Increase report interval to 1 day
This commit is contained in:
parent
25a506a388
commit
4b320bb8e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue