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 175
175
176
176
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
177
177
#max_worker_processes = 8 # (change requires restart)
178
- #max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
179
- #max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
178
+ #max_parallel_maintenance_workers = 2 # limited by max_parallel_workers
179
+ #max_parallel_workers_per_gather = 2 # limited by max_parallel_workers
180
180
#parallel_leader_participation = on
181
- #max_parallel_workers = 8 # maximum number of max_worker_processes that
181
+ #max_parallel_workers = 8 # number of max_worker_processes that
182
182
# can be used in parallel operations
183
183
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
184
184
# (change requires restart)
You can’t perform that action at this time.
0 commit comments