From f2c84eda4cb37c6dd3ca245f9118444449be983d Mon Sep 17 00:00:00 2001 From: AlGouvea Date: Tue, 13 Jul 2021 10:19:40 -0300 Subject: [PATCH] Desabilitado polling na funcao principal --- sapl/templates/painel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index ad30a11f3..c02ba9bae 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -461,7 +461,7 @@ console.error(err); }, dataType: "json", - complete: setTimeout(function() {poll()}, 500), + complete: null, // setTimeout(function() {poll()}, 500), timeout: 20000 // TODO: decrease }) })();