Force reload with protocol change

So metrics restore more quickly
pull/149/head
Lennart kats 2015-09-10 14:17:58 +00:00
rodzic 7d600d1d78
commit 4728c8e243
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -251,6 +251,9 @@ define(function(require, exports, module) {
});
case "reload":
lastError = showError(err.message + ". Please reload this window.", -1);
setTimeout(function() {
window.location.reload();
}, 5 * 60 * 1000);
break;
default:
lastError = showError(err, -1);