aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorJan Wieck <JanWieck@Yahoo.com>2004-08-07 03:08:49 +0000
committerJan Wieck <JanWieck@Yahoo.com>2004-08-07 03:08:49 +0000
commitddb25082f3c8ed951bbcf4b4b1811352c42db485 (patch)
tree4a8651c23413fd19652c094531048986df747ea1 /src/backend/utils/misc/postgresql.conf.sample
parent8ac6de38f1e5ff495e931cef3d9c4f082ae8f808 (diff)
downloadpostgresql-ddb25082f3c8ed951bbcf4b4b1811352c42db485.tar.gz
postgresql-ddb25082f3c8ed951bbcf4b4b1811352c42db485.zip
Vacuum delay activated by default.
Jan
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 696fc53c9dd..926b67bd504 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -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 = 0 # 0-1000 milliseconds
+#vacuum_cost_delay = 50 # 0-1000 milliseconds
# - Background writer -
#bgwriter_delay = 200 # 10-5000 milliseconds