Skip to content

Commit

Permalink
chore: bump brownie db queue worker count (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 29, 2024
1 parent 2f5143d commit 15bc8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion y/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ async def proxy_implementation(

_get_deployment_from_db = a_sync.SmartProcessingQueue(
lambda address: ENVS.CONTRACT_THREADS.run(_get_deployment, address),
num_workers=8,
num_workers=64,
)


Expand Down

0 comments on commit 15bc8a5

Please sign in to comment.