[WebProfilerBundle] Increase retry delays between toolbarAction ajax calls

This commit is contained in:
Joachim Krempel 2018-01-30 12:45:31 +01:00 committed by Javier Eguiluz
parent c6453353d4
commit 3288fb0d17

View File

@ -32,7 +32,7 @@
setTimeout(function(){
options.maxTries--;
request(url, onSuccess, onError, payload, options);
}, 500);
}, 1000);
return null;
}