From 37a67820ed0b0986fac176d5d3e311d65cdf0d60 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sat, 21 Dec 2024 02:14:21 -0400 Subject: [PATCH] Update address.py --- eth_portfolio/_ledgers/address.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_portfolio/_ledgers/address.py b/eth_portfolio/_ledgers/address.py index 4b5321bb..b080225d 100644 --- a/eth_portfolio/_ledgers/address.py +++ b/eth_portfolio/_ledgers/address.py @@ -408,7 +408,7 @@ class AddressTransactionsLedger(AddressLedgerBase[TransactionsList, Transaction] _list_type = TransactionsList __slots__ = ("cached_thru_nonce", "_queue", "_ready", "_num_workers", "_workers") - def __init__(self, portfolio_address: "PortfolioAddress", num_workers: int = 10_000): + def __init__(self, portfolio_address: "PortfolioAddress", num_workers: int = 1000): """ Initializes the AddressTransactionsLedger instance.