Too many false positive with the timeout detection

This commit is contained in:
yflory
2019-02-05 16:17:54 +01:00
parent 412670c8a6
commit f04ba4a3d8
2 changed files with 5 additions and 2 deletions

View File

@@ -1054,11 +1054,13 @@ define([
var timeout = false;
var onTimeout = function () {
// XXX
return;
/*
timeout = true;
common.onNetworkDisconnect.fire();
// FIXME: no UI in outer...
window.alert("Timeout error, please reload this tab");
*/
};
var queries = {