From: Bruce Momjian Date: Sat, 7 Aug 2004 01:04:50 +0000 (+0000) Subject: Document delay as 0, per Matthew T. O'Connor X-Git-Tag: REL8_0_0BETA1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=deb15b55b1e1105b9a91c14fe81b6d17942efbc6;p=postgresql Document delay as 0, per Matthew T. O'Connor --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 926b67bd50..696fc53c9d 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 = 50 # 0-1000 milliseconds +#vacuum_cost_delay = 0 # 0-1000 milliseconds # - Background writer - #bgwriter_delay = 200 # 10-5000 milliseconds