mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 10:26:30 +00:00
feat: set keepalive for pgcat server itself (#402)
* feat: set keepalive for pgcat server self * docs: note also set for client
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# PgCat Configurations
|
||||
# PgCat Configurations
|
||||
## `general` Section
|
||||
|
||||
### host
|
||||
@@ -127,7 +127,7 @@ path: general.tcp_keepalives_idle
|
||||
default: 5
|
||||
```
|
||||
|
||||
Number of seconds of connection idleness to wait before sending a keepalive packet to the server.
|
||||
Number of seconds of connection idleness to wait before sending a keepalive packet to the server and client.
|
||||
|
||||
### tcp_keepalives_count
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user