Browse Source

Desabilitado polling na funcao principal

pull/3425/head
AlGouvea 4 years ago
parent
commit
f2c84eda4c
  1. 2
      sapl/templates/painel/index.html

2
sapl/templates/painel/index.html

@ -461,7 +461,7 @@
console.error(err); console.error(err);
}, },
dataType: "json", dataType: "json",
complete: setTimeout(function() {poll()}, 500), complete: null, // setTimeout(function() {poll()}, 500),
timeout: 20000 // TODO: decrease timeout: 20000 // TODO: decrease
}) })
})(); })();

Loading…
Cancel
Save