mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
autovacuum setting false -> off, for consistency
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user