mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Fix: bring back correct timeout value
This commit is contained in:
parent
002f794f2a
commit
dc345aa363
@ -202,8 +202,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
// var timer = $timeout(refresh, 59 * 1000);
|
||||
var timer = $timeout(refresh, 10 * 1000);
|
||||
var timer = $timeout(refresh, 59 * 1000);
|
||||
|
||||
$scope.$on("$destroy", function () {
|
||||
if (timer) {
|
||||
|
Loading…
Reference in New Issue
Block a user