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 193
193
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
194
194
#maintenance_io_concurrency = 10 # 1-1000; 0 disables prefetching
195
195
#max_worker_processes = 8 # (change requires restart)
196
- #max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
197
- #max_parallel_maintenance_workers = 2 # taken from max_parallel_workers
198
- #max_parallel_workers = 8 # maximum number of max_worker_processes that
196
+ #max_parallel_workers_per_gather = 2 # limited by max_parallel_workers
197
+ #max_parallel_maintenance_workers = 2 # limited by max_parallel_workers
198
+ #max_parallel_workers = 8 # number of max_worker_processes that
199
199
# can be used in parallel operations
200
200
#parallel_leader_participation = on
201
201
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
You can’t perform that action at this time.
0 commit comments