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

Change default commit_delay to zero, update documentation.

This commit is contained in:
Tom Lane
2001-02-18 04:50:43 +00:00
parent 33cc5d8a4d
commit 57e0847180
4 changed files with 24 additions and 16 deletions

View File

@ -108,7 +108,7 @@
#wal_buffers = 8 # min 4
#wal_files = 0 # range 0-64
#wal_debug = 0 # range 0-16
#commit_delay = 5 # range 0-1000
#commit_delay = 0 # range 0-100000
#checkpoint_timeout = 300 # range 30-1800