Skip to content

Commit

Permalink
Add tcpKeepAlive and tcpKeepAlivePeriod to gatewayd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jan 2, 2023
1 parent f87a8c3 commit 989bbd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatewayd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ clients:
client1:
network: tcp
address: localhost:5432
# tcpKeepAlive: True
# tcpKeepAlivePeriod: 20s # duration
# receiveBufferSize: 16777216
# receiveChunkSize: 4096
# receiveDeadline: 0ms # duration, 0ms/0s means no deadline
Expand Down

0 comments on commit 989bbd5

Please sign in to comment.