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 <[email protected]>
Signed-off-by: Shailesh Patil <[email protected]>

Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
shaileshp0110 authored and mineme0110 committed May 1, 2024
1 parent 98d43da commit bfd228f
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 bfd228f

Please sign in to comment.