Skip to content

Commit

Permalink
feat: reduce default num_workers_transactions 25k -> 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 21, 2024
1 parent f88c445 commit e9b0495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/address.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit e9b0495

Please sign in to comment.