Skip to content

Commit

Permalink
Increase number of async workers to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkwang committed Aug 5, 2021
1 parent a852869 commit b5307c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strider/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ async def process_query(
qid,
log_level=level_number,
redis_client=redis_client,
num_workers=2,
num_workers=100,
)
await strider.setup()

Expand Down

0 comments on commit b5307c8

Please sign in to comment.