From e8cc7bcdb4d6bb81e40142d4957239dd874b9877 Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Mon, 20 Apr 2026 11:29:25 -0700 Subject: [PATCH] Bump consistency check iteration count to account for nodes that are slightly behind --- src/FSLibrary/StellarCoreHTTP.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSLibrary/StellarCoreHTTP.fs b/src/FSLibrary/StellarCoreHTTP.fs index 1b2893aa..3297ad2a 100644 --- a/src/FSLibrary/StellarCoreHTTP.fs +++ b/src/FSLibrary/StellarCoreHTTP.fs @@ -349,7 +349,7 @@ let MeterCountOr (def: int) (m: Option) : int = | None -> def -let ConsistencyCheckIterationCount : int = 5 +let ConsistencyCheckIterationCount : int = 10 exception PeerRejectedUpgradesException of string exception InconsistentPeersException of (Peer * Peer)