connector

This commit is contained in:
4tochka 2019-05-10 21:08:57 +04:00
parent 116527847e
commit a68a0680d3

View File

@ -26,7 +26,7 @@ class Connector:
utxo_data=False,
utxo_cache_size=1000000,
skip_opreturn=True,
block_preload_cache_limit= 1000 * 1000000,
block_preload_cache_limit= 2000 * 1000000,
block_hashes_cache_limit= 200 * 1000000,
postgres_pool=None):
self.loop = asyncio.get_event_loop()