Skip to content

Commit

Permalink
Update address.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 21, 2024
1 parent ab1bb29 commit 37a6782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/_ledgers/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 37a6782

Please sign in to comment.