Skip to content

Commit

Permalink
Update portfolio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 21, 2024
1 parent 5c81d0b commit 36ba8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_portfolio/portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def __init__(
start_block: int = 0,
label: str = _DEFAULT_LABEL,
load_prices: bool = True,
num_workers_transactions: int = 25_000,
num_workers_transactions: int = 10_000,
asynchronous: bool = False,
) -> None:
"""
Expand Down

0 comments on commit 36ba8ed

Please sign in to comment.