mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
fix(sync-server): remove invalid timeout subdirective from Caddyfile
Caddy v2 reverse_proxy does not support a top-level `timeout` subdirective. The response_header_timeout in the transport block already covers long-running operations.
This commit is contained in:
parent
c53c8bc38c
commit
db30f92e23
1 changed files with 0 additions and 2 deletions
|
|
@ -3,8 +3,6 @@
|
|||
# Allow up to 85 seconds for long-running operations
|
||||
# (snapshot generation, large imports)
|
||||
# MUST be greater than Fastify timeout (80s) but less than client timeout (90s)
|
||||
timeout 85s
|
||||
|
||||
transport http {
|
||||
dial_timeout 10s
|
||||
response_header_timeout 85s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue