From 664f58bdd5df79863605f105cbe69729a11553cd Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Mon, 27 Dec 2021 00:31:08 +0100 Subject: [PATCH] Increase workers for ETH bulk import mode --- configs/coins/ethereum_archive.json | 2 +- configs/coins/ethereum_testnet_ropsten_archive.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/coins/ethereum_archive.json b/configs/coins/ethereum_archive.json index 17d258ef..8d7fc12f 100644 --- a/configs/coins/ethereum_archive.json +++ b/configs/coins/ethereum_archive.json @@ -43,7 +43,7 @@ "internal_binding_template": ":{{.Ports.BlockbookInternal}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}", "explorer_url": "", - "additional_params": "", + "additional_params": "-workers=16", "block_chain": { "parse": true, "mempool_workers": 8, diff --git a/configs/coins/ethereum_testnet_ropsten_archive.json b/configs/coins/ethereum_testnet_ropsten_archive.json index 02ea50d8..f109bc02 100644 --- a/configs/coins/ethereum_testnet_ropsten_archive.json +++ b/configs/coins/ethereum_testnet_ropsten_archive.json @@ -42,7 +42,7 @@ "internal_binding_template": ":{{.Ports.BlockbookInternal}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}", "explorer_url": "", - "additional_params": "", + "additional_params": "-workers=16", "block_chain": { "parse": true, "mempool_workers": 8,