We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384edc6 commit e2e343bCopy full SHA for e2e343b
README.md
@@ -153,6 +153,12 @@ render_component(
153
request_headers={
154
'Accept-Language': 'da, en-gb;q=0.8, en;q=0.7'
155
},
156
+
157
+ # An optional timeout that is used when handling communications with the render server.
158
+ # Can be an integer, a float, or a tuple containing two numeric values (the two values
159
+ # represent the individual timeouts on the send & receive phases of the request).
160
+ # Note that if not defined, this value will default to (5, 5)
161
+ timeout=None
162
)
163
```
164
0 commit comments