File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 * Written by Peter Eisentraut <peter_e@gmx.net>.
1111 *
1212 * IDENTIFICATION
13- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.228 2004/08/07 03:08:44 wieck Exp $
13+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.229 2004/08/08 15:37:06 momjian Exp $
1414 *
1515 *--------------------------------------------------------------------
1616 */
@@ -1046,7 +1046,7 @@ static struct config_int ConfigureNamesInt[] =
10461046 NULL
10471047 },
10481048 & VacuumCostDelay ,
1049- 50 , 0 , 1000 , NULL , NULL
1049+ 0 , 0 , 1000 , NULL , NULL
10501050 },
10511051
10521052 {
Original file line number Diff line number Diff line change 7474#vacuum_cost_page_miss = 10 # 0-10000 credits
7575#vacuum_cost_page_dirty = 20 # 0-10000 credits
7676#vacuum_cost_limit = 200 # 0-10000 credits
77- #vacuum_cost_delay = 50 # 0-1000 milliseconds
77+ #vacuum_cost_delay = 0 # 0-1000 milliseconds
7878
7979# - Background writer -
8080#bgwriter_delay = 200 # 10-5000 milliseconds
You can’t perform that action at this time.
0 commit comments