Skip to content

Commit 1d1b154

Browse files
authored
Update layout proxy timeout (#66)
1 parent 6a62e02 commit 1d1b154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ Options to be passed on to the proxy.
582582
| option | type | default | required | details |
583583
| ------- | -------- | ----------------- | -------- | ------------------------------------------------------------------------------------------------------ |
584584
| prefix | `string` | `podium-resource` | | Prefix used to namespace the proxy so that it's isolated from other routes in the HTTP server |
585-
| timeout | `number` | `6000` | | Default value, in milliseconds, for how long a request should wait before the connection is terminated |
585+
| timeout | `number` | `20000` | | Default value, in milliseconds, for how long a request should wait before the connection is terminated |
586586

587587
Example of setting the `timeout` on the proxy to 30 seconds:
588588

0 commit comments

Comments
 (0)