Remove contentSize and contentCount from history network log (#1933)

This commit is contained in:
Kim De Mey 2023-12-11 22:00:56 +01:00 committed by GitHub
parent dc55ee0c87
commit 2b71e3e600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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)