diff --git a/app/Resources/views/base_app.html.twig b/app/Resources/views/base_app.html.twig index f415212..c878a71 100644 --- a/app/Resources/views/base_app.html.twig +++ b/app/Resources/views/base_app.html.twig @@ -168,11 +168,11 @@ $("#contador_solicitudes").append(html); }*/ $("#contador_solicitudes").html(posts); - setTimeout(waitForMsg, 10000); + setTimeout(waitForMsg, 60000); }, error: function (XMLHttpRequest, textStatus, errorThrown) { console.log(errorThrown); - setTimeout(waitForMsg, 15000); + setTimeout(waitForMsg, 300000); }