Skip to content

Commit 989bbd5

Browse files
committed
Add tcpKeepAlive and tcpKeepAlivePeriod to gatewayd.yaml
1 parent f87a8c3 commit 989bbd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gatewayd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ clients:
1515
client1:
1616
network: tcp
1717
address: localhost:5432
18+
# tcpKeepAlive: True
19+
# tcpKeepAlivePeriod: 20s # duration
1820
# receiveBufferSize: 16777216
1921
# receiveChunkSize: 4096
2022
# receiveDeadline: 0ms # duration, 0ms/0s means no deadline

0 commit comments

Comments
 (0)