From e9b0495920ea044cd4747985f0ac22299c787c40 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:10:32 -0400 Subject: [PATCH] feat: reduce default num_workers_transactions 25k -> 10k --- eth_portfolio/address.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_portfolio/address.py b/eth_portfolio/address.py index 59785e19..e12e6463 100644 --- a/eth_portfolio/address.py +++ b/eth_portfolio/address.py @@ -55,7 +55,7 @@ def __init__( address: Address, start_block: Block, load_prices: bool, - num_workers_transactions: int = 25_000, + num_workers_transactions: int = 10_000, asynchronous: bool = False, ) -> None: # type: ignore """