mirror of https://github.com/postgres/postgres
autovacuum setting false -> off, for consistency
This commit is contained in:
parent
a34ec0ab4a
commit
408c140266
|
@ -340,7 +340,7 @@
|
|||
# AUTOVACUUM PARAMETERS
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
#autovacuum = false # enable autovacuum subprocess?
|
||||
#autovacuum = off # enable autovacuum subprocess?
|
||||
#autovacuum_naptime = 60 # time between autovacuum runs, in secs
|
||||
#autovacuum_vacuum_threshold = 1000 # min # of tuple updates before
|
||||
# vacuum
|
||||
|
|
Loading…
Reference in New Issue