WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3a87a2f

Browse files
authored
Merge pull request #404 from superfly/somtochi/update-docs
Add docs about member_id
2 parents f36d3c8 + 2011f2f commit 3a87a2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/config/gossip.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ The max idle timeout in seconds for QUIC connection.
4848

4949
Defaults to 30 seconds.
5050

51+
#### `gossip.member_id`
52+
53+
Specifies a member_id which identify nodes of the same Corrosion cluster. Nodes with different member_id would be unable to share changes with each other.
54+
5155
#### `gossip.max_mtu`
5256

5357
Define the max MTU for QUIC. Instead of attempting to discover the best MTU value automatically, you can define this upper bound.
@@ -94,6 +98,8 @@ plaintext = false # optional
9498
max_mtu = 1200 # optional
9599
disable_gso = false # optional
96100

101+
member_id = 1 # optional
102+
97103
[gossip.tls] # optional
98104
cert_file = "/path/to/server_cert.pem"
99105
key_file = "/path/to/server_key.pem"

0 commit comments

Comments
 (0)