Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 37b3794

Browse files
committed
Add maintenance_io_concurrency to postgresql.conf.sample.
New GUC from commit fc34b0d.
1 parent 3a5e221 commit 37b3794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
# - Asynchronous Behavior -
175175

176176
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
177+
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
177178
#max_worker_processes = 8 # (change requires restart)
178179
#max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
179180
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers

0 commit comments

Comments
 (0)