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

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

---------

Co-authored-by: mineme0110 <shailesh.patil@iohk.io>
Signed-off-by: Shailesh Patil <shaileshp@gmail.com>

Signed-off-by: Shailesh Patil <shailesh.patil@iohk.io>
  • Loading branch information
shaileshp0110 authored and mineme0110 committed May 1, 2024
1 parent c286d6b commit f50a8ad
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 f50a8ad

Please sign in to comment.