mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 12:01:08 -04:00
Fix: bring back correct timeout value
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user