connector

This commit is contained in:
4tochka 2019-05-02 15:29:28 +04:00
parent 6ae00e11ca
commit 1971d7bbf3

View File

@ -386,6 +386,7 @@ class Connector:
self.log.info("Blocks download time %s;" % self.blocks_download_time)
self.log.info("Blocks decode time %s;" % self.blocks_decode_time)
self.log.info("Blocks non cached %s;" % self.non_cached_blocks)
self.log.warning("Blocks cache %s;" % self.block_preload.len())
# after block added handler
if self.after_block_handler and not self.cache_loading: