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 <[email protected]>

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

Signed-off-by: mineme0110 <[email protected]>

---------

Signed-off-by: mineme0110 <[email protected]>
Co-authored-by: mineme0110 <[email protected]>
  • Loading branch information
shaileshp0110 and mineme0110 authored Nov 30, 2023
1 parent 741347f commit 11a4437
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 11a4437

Please sign in to comment.