Skip to content

Commit 8e5a0a3

Browse files
committed
The meaning of node.discovery is to make the current node a member of the P2P network topology.
1 parent 9aa7bed commit 8e5a0a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conf/private_net_config_others.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ storage {
5151

5252
# this part of config is used to node discovery.
5353
node.discovery = {
54-
enable = true # you should set this entry value with true if you want to discover other nodes.
54+
enable = true # you should set this entry value with true if you want to discover other nodes or be discovered by other nodes.
5555
persist = true # this entry is used to determined to whether storing the peers in the database or not.
5656
}
5757

conf/private_net_config_witness1.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ storage {
5151

5252
# this part of config is used to node discovery.
5353
node.discovery = {
54-
enable = true # you should set this entry value with true if you want to discover other nodes.
54+
enable = true # you should set this entry value with true if you want to discover other nodes or be discovered by other nodes.
5555
persist = true # this entry is used to determined to whether storing the peers in the database or not.
5656
}
5757

conf/private_net_config_witness2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ storage {
5151

5252
# this part of config is used to node discovery.
5353
node.discovery = {
54-
enable = true # you should set this entry value with true if you want to discover other nodes.
54+
enable = true # you should set this entry value with true if you want to discover other nodes or be discovered by other nodes.
5555
persist = true # this entry is used to determined to whether storing the peers in the database or not.
5656
}
5757

0 commit comments

Comments
 (0)