Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3288fb0

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base_js.html.twig
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.