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 }) })();