mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Add missing comment in postgresql.conf.
max_logical_replication_workers requires to restart server to reflect the new value. Per Yugo Nagata. Minor editing by me.
This commit is contained in:
parent
cc9f08b6b8
commit
9fe63092b5
@ -277,6 +277,7 @@
|
|||||||
# These settings are ignored on a publisher.
|
# These settings are ignored on a publisher.
|
||||||
|
|
||||||
#max_logical_replication_workers = 4 # taken from max_worker_processes
|
#max_logical_replication_workers = 4 # taken from max_worker_processes
|
||||||
|
# (change requires restart)
|
||||||
#max_sync_workers_per_subscription = 2 # taken from max_logical_replication_workers
|
#max_sync_workers_per_subscription = 2 # taken from max_logical_replication_workers
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user