From e0d306313970265c7f538da3bed13717a4d042fa Mon Sep 17 00:00:00 2001 From: Brett Boston Date: Tue, 28 May 2024 14:45:24 -0700 Subject: [PATCH] Use milliseconds for SCP stats --- Stellar-overlay.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stellar-overlay.x b/Stellar-overlay.x index 3304b21..b398f88 100644 --- a/Stellar-overlay.x +++ b/Stellar-overlay.x @@ -260,8 +260,8 @@ struct TimeSlicedNodeData uint32 totalOutboundPeerCount; // SCP stats - uint32 p75SCPFirstToSelfLatencyNs; - uint32 p75SCPSelfToOtherLatencyNs; + uint32 p75SCPFirstToSelfLatencyMs; + uint32 p75SCPSelfToOtherLatencyMs; // How many times the node lost sync in the time slice uint32 lostSyncCount;