Skip to content

Commit

Permalink
feat: bump token transfer semaphore 10k -> 20k
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 20, 2024
1 parent ae116b8 commit ee14ed7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eth_portfolio/_loaders/token_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
logger = getLogger(__name__)

token_transfer_semaphore = BlockSemaphore(
10_000, name="eth_portfolio.token_transfers"
) # Some arbitrary number
20_000, # Some arbitrary number
name="eth_portfolio.token_transfers",
)
"""A semaphore that regulates the concurrent processing of token transfers by processing lower blocks first."""


Expand Down

0 comments on commit ee14ed7

Please sign in to comment.