8000 minor #25967 [WebProfilerBundle] Increase retry delays between toolba… · symfony/symfony@b9bb577 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9bb577

Browse files
committed
minor #25967 [WebProfilerBundle] Increase retry delays between toolbarAction ajax calls (JoeKre)
This PR was submitted for the master branch but it was squashed and merged into the 2.7 branch instead (closes #25967). Discussion ---------- [WebProfilerBundle] Increase retry delays between toolbarAction ajax calls | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes/no | Fixed tickets | #25849 | License | MIT | Doc PR | - Commits ------- 3288fb0 [WebProfilerBundle] Increase retry delays between toolbarAction ajax calls
2 parents c645335 + 3288fb0 commit b9bb577

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