mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Add maintenance_io_concurrency to postgresql.conf.sample.
New GUC from commit fc34b0d9.
This commit is contained in:
parent
3a5e22138a
commit
37b3794dfc
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@
|
|||
# - Asynchronous Behavior -
|
||||
|
||||
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
|
||||
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
|
||||
#max_worker_processes = 8 # (change requires restart)
|
||||
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
|
||||
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
|
||||
|
|
|
|||
Loading…
Reference in a new issue