Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ spec:
- headers:
- type: RegularExpression
name: Host
value: "seaweed\\..*"
value: "seaweed\\..*"
# Object transfers routinely outlast Envoy's 15s default request timeout, which resets the
# stream mid-transfer and truncates the object. The limit is duration, not size, so on a slow
# client link even a small object fails.
timeouts:
request: 30m
backendRequest: 30m
Loading