Skip to content

Commit e2e343b

Browse files
committed
Docs for markfinger#74
1 parent 384edc6 commit e2e343b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@ render_component(
153153
request_headers={
154154
'Accept-Language': 'da, en-gb;q=0.8, en;q=0.7'
155155
},
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
156162
)
157163
```
158164

0 commit comments

Comments
 (0)