From 3bb96c269c8eb56545ab96775d24f48ace592142 Mon Sep 17 00:00:00 2001 From: yisaer Date: Mon, 10 May 2021 14:19:44 +0800 Subject: [PATCH] fix report Signed-off-by: yisaer --- server/statistics/hot_peer_cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/statistics/hot_peer_cache.go b/server/statistics/hot_peer_cache.go index 5ffe066aa2bd..fc6f47482d6b 100644 --- a/server/statistics/hot_peer_cache.go +++ b/server/statistics/hot_peer_cache.go @@ -32,7 +32,7 @@ const ( HotThresholdRatio = 0.8 WriteReportInterval = RegionHeartBeatReportInterval // TODO: use StoreHeartBeatReportInterval in future - ReadReportInterval = RegionHeartBeatReportInterval + ReadReportInterval = RegionHeartBeatReportInterval rollingWindowsSize = 5