From 2b71e3e600458f51cdb048e1b0ce9d6ed6798abe Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Mon, 11 Dec 2023 22:00:56 +0100 Subject: [PATCH] Remove contentSize and contentCount from history network log (#1933) --- fluffy/network/history/history_network.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/fluffy/network/history/history_network.nim b/fluffy/network/history/history_network.nim index d5a281abe..9aa5a9cd3 100644 --- a/fluffy/network/history/history_network.nim +++ b/fluffy/network/history/history_network.nim @@ -779,8 +779,6 @@ proc statusLogLoop(n: HistoryNetwork) {.async.} = info "History network status", radius = radiusPercentage.toString(10) & "%", dbSize = $(n.contentDB.size() div 1000) & "kb", - contentSize = $(n.contentDB.contentSize() div 1000) & "kb", - contentCount = n.contentDB.contentCount(), routingTableNodes = n.portalProtocol.routingTable.len() await sleepAsync(60.seconds)