Skip to content

Commit

Permalink
feat: Update timeout settings for websocket (#191)
Browse files Browse the repository at this point in the history
* feat: Update timeout settings for websocket

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>

* feat: Update timeout for read and send to 8hours

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>

---------

Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
Co-authored-by: mineme0110 <shailesh.patil@iohk.io>
Signed-off-by: Shailesh <Patil>
  • Loading branch information
2 people authored and Shailesh committed Apr 30, 2024
1 parent daafe2f commit 58ea769
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: 8h
send: 8h
websocket: true
plugins:
- name: proxy-rewrite
Expand Down

0 comments on commit 58ea769

Please sign in to comment.