forked from LBRYCommunity/lbry-sdk
remove unused heavy call
This commit is contained in:
parent
ea279111c6
commit
0821ce44b5
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ class MemPool:
|
|||
"""Keep the mempool synchronized with the daemon."""
|
||||
await asyncio.wait([
|
||||
self._refresh_hashes(synchronized_event),
|
||||
self._refresh_histogram(synchronized_event),
|
||||
# self._refresh_histogram(synchronized_event),
|
||||
self._logging(synchronized_event)
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue