Skip to content

Commit 07357da

Browse files
authored
Update README.md
1 parent d4377fe commit 07357da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This is mirror of postgres repo with several changes to the core and few extra e
3535
* 'wal_level = logical' -- multimaster built on top of logical replication so this is mandatory.
3636
* 'max_wal_senders' -- this should be at least number of nodes - 1
3737
* 'max_replication_slots' -- this should be at least number of nodes - 1
38-
* 'max_worker_processes' -- at least 2*N + P - 1, where N is number of nodes in cluster, P size of pool of workers(see below) (1 raftable, n-1 receiver, n-1 sender, mtm-sender, mtm-receiver, + number of pool worker).
38+
* 'max_worker_processes' -- at least 2*N + 1 + P, where N is number of nodes in cluster, P size of pool of workers(see below) (1 raftable, n-1 receiver, n-1 sender, mtm-sender, mtm-receiver, + number of pool worker).
3939
* 'default_transaction_isolation = 'repeatable read'' -- multimaster isn't supporting default read commited level.
4040
1. Multimaster have following configuration parameters:
4141
* 'multimaster.conn_strings' -- connstrings for all nodes in cluster, separated by comma.

0 commit comments

Comments
 (0)