From d9c2b3a5d6091d1cf427db10c13cd5f4b9b6b770 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 17 Jun 2026 21:03:21 +0400 Subject: [PATCH] Update default config --- storage/conf.nim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/storage/conf.nim b/storage/conf.nim index d3c14bce..850f0f62 100644 --- a/storage/conf.nim +++ b/storage/conf.nim @@ -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