~dricottone/huttese-apk

ref: 404b2a0034650226b83e21c772593b0dbb2b1e2f huttese-apk/sr.ht/pgbouncer/pgbouncer.confd -rw-r--r-- 574 bytes
404b2a00 — Drew DeVault dispatch.sr.ht-nginx: add sr.ht-nginx dependency 4 years ago
                                                                                
f23b7fc8 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Configuration file for /etc/init.d/pgbouncer

# Location of configuration file for PgBouncer.
#cfgfile="/etc/pgbouncer/pgbouncer.ini"

# The user to run PgBouncer as.
#user=pgbouncer

# The group to run PgBouncer as.
#group=postgresql

# How long to wait in seconds for a safe shutdown. Equivalent to
# issuing 'PAUSE;' and 'SHUTDOWN;' on psql console. See pgbouncer(1).
#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 pgbouncer(1).
#force_quit=="no"
#force_quit_timeout=2