Skip to content

Commit

Permalink
feat: Update timeout settings for websocket
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 bef4dfe commit 3c33e92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/charts/mediator/templates/apisixroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
backends:
- serviceName: mediator-service
servicePort: 8080
timeout:
connect: 60s
read: 60m
send: 60m
websocket: true
plugins:
- name: proxy-rewrite
Expand Down

0 comments on commit 3c33e92

Please sign in to comment.