Skip to content

Commit ac33a9c

Browse files
committed
Reset keepalive timeout duration to 5 minutes
1 parent b98e0d0 commit ac33a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

router/src/main/resources/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ENV ROUTER_PRIVATE_KEY_PATH=/home/wso2/security/keystore/mg.key
4848
ENV ROUTER_PUBLIC_CERT_PATH=/home/wso2/security/keystore/mg.pem
4949

5050
ENV KEEPALIVE_PROBES=3
51-
ENV KEEPALIVE_TIMEOUT=60
51+
ENV KEEPALIVE_TIMEOUT=300
5252
ENV KEEPALIVE_INTERVAL=30
5353

5454
ENV ADAPTER_HOST=adapter

0 commit comments

Comments
 (0)