Skip to content

Commit 868b1f0

Browse files
committed
increase response_timeout
1 parent 1fe6488 commit 868b1f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ proxy:
2929
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
3030
app_port: 8080
3131
forward_headers: true
32+
# Disable buffering to support streaming responses.
3233
buffering:
3334
requests: false
3435
responses: false
35-
36+
# Response timeout in seconds.
37+
response_timeout: 600
38+
3639
# Credentials for your image host.
3740
registry:
3841
# Specify the registry server, if you're not using Docker Hub

0 commit comments

Comments
 (0)