Skip to content

Commit

Permalink
Fix DEFAULT_CONFIG.json5 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Feb 10, 2025
1 parent a0e47b1 commit 8cbd7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEFAULT_CONFIG.json5
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
autoconnect: { router: [], peer: ["router", "peer"], client: ["router"] },
/// Strategy for autoconnection, mainly to avoid nodes connecting to each other redundantly.
/// Possible options are:
/// - "always": always attempt to autoconnect, may result in redundant connection which will then be closed.
/// - "always": always attempt to autoconnect, may result in redundant connections.
/// - "greater-zid": attempt to connect to another node only if its own zid is greater than the other's.
/// If both nodes use this strategy, only one will attempt the connection.
/// This strategy may not be suited if one of the nodes is not reachable by the other one, for example
Expand Down

0 comments on commit 8cbd7dd

Please sign in to comment.