1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Disable vacuum delay, as discussed on hackers.

This commit is contained in:
Bruce Momjian
2004-08-08 15:37:06 +00:00
parent 640d0dc0f0
commit d5fc378f32
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
#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_delay = 50 # 0-1000 milliseconds
#vacuum_cost_delay = 0 # 0-1000 milliseconds
# - Background writer -
#bgwriter_delay = 200 # 10-5000 milliseconds