summaryrefslogtreecommitdiff
path: root/dev-db/pgbouncer/files/pgbouncer.confd-r1
blob: dbb93b917e7caec5015708ddd1bc02f379ce5c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Location of configuration file for PgBouncer.
INIFILE="/etc/pgbouncer.ini"

PIDFILE="/run/pgbouncer.pid"


# How long to wait in seconds for a safe shutdown. Equivalent to
# issuing 'PAUSE;' and 'SHUTDOWN;' on psql console. (See 'man 1 pgbouncer'.)
NICE_TIMEOUT=60

# Set to 'YES' to perform an immediate shutdown if the nice shutdown
# doesn't work. Same as issuing 'SHUTDOWN;' on console. (See 'man 1
# pgbouncer'.)
FORCE_QUIT="no"
FORCE_QUIT_TIMEOUT=2