Skip to content

Commit

Permalink
fix(envoy arns): ensure that requests to ArNS sites do not timeout PE…
Browse files Browse the repository at this point in the history
…-6562

Previously the default 15 second Envoy data timeout was being applied.
  • Loading branch information
djwhitt committed Sep 9, 2024
1 parent 7a9057b commit a79c9d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envoy/envoy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ static_resources:
- match: { prefix: '/' }
route:
cluster: ario_gateways
timeout: 0s
retry_policy:
retry_on: '5xx,reset,retriable-status-codes'
num_retries: 5
Expand Down

0 comments on commit a79c9d6

Please sign in to comment.