Skip to content

Commit

Permalink
feat: Update timeout for read and send to 8hours
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Nov 30, 2023
1 parent 3c33e92 commit a1e9595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/charts/mediator/templates/apisixroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
servicePort: 8080
timeout:
connect: 60s
read: 60m
send: 60m
read: 8h
send: 8h
websocket: true
plugins:
- name: proxy-rewrite
Expand Down

0 comments on commit a1e9595

Please sign in to comment.