8000 [WebProfilerBundle] Increase retry delays between toolbarAction ajax … · symfony/symfony@3288fb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3288fb0

Browse files
JoeKrejaviereguiluz
authored andcommitted
[WebProfilerBundle] Increase retry delays between toolbarAction ajax calls
1 parent c645335 commit 3288fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
setTimeout(function(){
3333
options.maxTries--;
3434
request(url, onSuccess, onError, payload, options);
35-
}, 500);
35+
}, 1000);
3636
3737
return null;
3838
}

0 commit comments

Comments
 (0)
0