mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
Update default config
This commit is contained in:
parent
3d4400ce01
commit
d9c2b3a5d6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user