Skip to content

Commit ea67f66

Browse files
revert this: prevent request retries at the dummy app
1 parent f8d1dbc commit ea67f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/spec/dummy/config/initializers/react_on_rails_pro.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Retry request in case of time out on the node-renderer side
3838
# 0 - no retry
39-
config.renderer_request_retry_limit = 1
39+
config.renderer_request_retry_limit = 0
4040

4141
# Array of globs to find any files for which changes should bust the fragment cache for
4242
# cached_react_component and cached_react_component_hash. This should

0 commit comments

Comments
 (0)