We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d87a2 commit 58b2b60Copy full SHA for 58b2b60
1 file changed
react/render_server.py
@@ -47,7 +47,7 @@ def render(self, path, props=None, to_static_markup=False, request_headers=None,
47
48
# Add a send/receive timeout with the request if not specified
49
if not isinstance(timeout, (tuple, int, float)):
50
- timeout = (5, 5)
+ timeout = 5.0
51
52
try:
53
res = requests.post(
0 commit comments