connector

This commit is contained in:
4tochka 2019-05-03 12:34:48 +04:00
parent 98114a9bd7
commit 600ec0757d

View File

@ -77,7 +77,7 @@ class Connector:
self.start_time = time.time()
# cache and system
self.block_preload_cache_limit = 500 * 1000000
self.block_preload_cache_limit = 1000 * 1000000
self.block_hashes_cache_limit = 200 * 100000
self.tx_cache_limit = 100 * 100000
self.block_headers_cache_limit = 100 * 100000