Skip to content
Snippets Groups Projects
Commit 77015b59 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

vacuum_cost_limit has a minimum value of 1, not zero; update

postgresql.conf comment to match.
parent a9742f12
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@
#vacuum_cost_page_hit = 1 # 0-10000 credits
#vacuum_cost_page_miss = 10 # 0-10000 credits
#vacuum_cost_page_dirty = 20 # 0-10000 credits
#vacuum_cost_limit = 200 # 0-10000 credits
#vacuum_cost_limit = 200 # 1-10000 credits
# - Background Writer -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment