mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
see if that improved
This commit is contained in:
parent
6a3acd1c2b
commit
7fb9ab718e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue