We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b95b18 commit 71b6a34Copy full SHA for 71b6a34
README.md
@@ -45,7 +45,7 @@ GossipState.JOIN;
45
# Example
46
```java
47
int gossip_port = 60001;
48
-String cluster = "cgossip_cluster";
+String cluster = "gossip_cluster";
49
50
GossipSettings settings = new GossipSettings();
51
settings.setGossipInterval(1000);
0 commit comments