From a1e9595ce33be8e55d549c8e105e10f392815ba5 Mon Sep 17 00:00:00 2001 From: mineme0110 Date: Thu, 30 Nov 2023 10:55:01 +0000 Subject: [PATCH] feat: Update timeout for read and send to 8hours Signed-off-by: mineme0110 --- infrastructure/charts/mediator/templates/apisixroute.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/charts/mediator/templates/apisixroute.yaml b/infrastructure/charts/mediator/templates/apisixroute.yaml index a661b73f..fbfe23c7 100644 --- a/infrastructure/charts/mediator/templates/apisixroute.yaml +++ b/infrastructure/charts/mediator/templates/apisixroute.yaml @@ -21,8 +21,8 @@ spec: servicePort: 8080 timeout: connect: 60s - read: 60m - send: 60m + read: 8h + send: 8h websocket: true plugins: - name: proxy-rewrite