see if that improved

This commit is contained in:
Jun-te Kim 2025-12-17 13:54:50 +00:00
parent 6a3acd1c2b
commit 7fb9ab718e

View file

@ -52,7 +52,7 @@ async def main():
await queue.put(deal_id)
# PROPER concurrency — same as semaphore limit
NUM_WORKERS = 5
NUM_WORKERS = 10
pbar = tqdm(total=total, desc="Fetching Deals", unit="deal", dynamic_ncols=True)