Skip to content

Commit

Permalink
add pool_client_idle_timeout and pool_idle_in_transaction_timeout to …
Browse files Browse the repository at this point in the history
…configuration.md
  • Loading branch information
aidekqz committed Jan 27, 2025
1 parent 69906f5 commit cc44ada
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,26 @@ Forward PostgreSQL errors during remote server connection.

`client_fwd_error no`

#### pool\_client\_idle\_timeout *integer*

Client pool idle timeout.

Drop stale client connection after this much seconds of idleness, which is not in transaction.

Set to zero to disable.

`pool_client_idle_timeout 0`

#### pool\_idle\_in\_transaction\_timeout *integer*

Client pool idle in transaction timeout.

Drop client connection in transaction after this much seconds of idleness.

Set to zero to disable.

`pool_idle_in_transaction_timeout 0`

#### log\_debug *yes|no*

Enable verbose mode for a specific route only.
Expand Down

0 comments on commit cc44ada

Please sign in to comment.