File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 195
195
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
196
196
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
197
197
#max_worker_processes = 8 # (change requires restart)
198
- #max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
199
- #max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
200
- #max_parallel_workers = 8 # maximum number of max_worker_processes that
198
+ #max_parallel_workers_per_gather = 2 # limited by max_parallel_workers
199
+ #max_parallel_maintenance_workers = 2 # limited by max_parallel_workers
200
+ #max_parallel_workers = 8 # number of max_worker_processes that
201
201
# can be used in parallel operations
202
202
#parallel_leader_participation = on
203
203
You can’t perform that action at this time.
0 commit comments