Update default config

This commit is contained in:
Arnaud 2026-06-17 21:03:21 +04:00
parent 3d4400ce01
commit d9c2b3a5d6
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -330,8 +330,11 @@ type
.}: int
natMinConfidence* {.
# With maxQueueSize=3, 0.6 confirms reachability on a 2/3 majority
# (2/3=0.667) instead of a 3/3 unanimous round, tolerating one inconsistent
# peer.
desc: "Minimum confidence threshold to confirm reachability",
defaultValue: 0.7,
defaultValue: 0.6,
name: "nat-min-confidence"
.}: float