Remove contentSize and contentCount from history network log (#1933)
This commit is contained in:
parent
dc55ee0c87
commit
2b71e3e600
|
@ -779,8 +779,6 @@ proc statusLogLoop(n: HistoryNetwork) {.async.} =
|
||||||
info "History network status",
|
info "History network status",
|
||||||
radius = radiusPercentage.toString(10) & "%",
|
radius = radiusPercentage.toString(10) & "%",
|
||||||
dbSize = $(n.contentDB.size() div 1000) & "kb",
|
dbSize = $(n.contentDB.size() div 1000) & "kb",
|
||||||
contentSize = $(n.contentDB.contentSize() div 1000) & "kb",
|
|
||||||
contentCount = n.contentDB.contentCount(),
|
|
||||||
routingTableNodes = n.portalProtocol.routingTable.len()
|
routingTableNodes = n.portalProtocol.routingTable.len()
|
||||||
|
|
||||||
await sleepAsync(60.seconds)
|
await sleepAsync(60.seconds)
|
||||||
|
|
Loading…
Reference in New Issue