fix: num jobs

pull/81/head
Cullen Watson 2024-01-12 12:19:12 -06:00 committed by GitHub
parent 36d53b01f9
commit 19baa6cd30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ all_jobs = []
max_retries = 3 max_retries = 3
# nuumber of results at each iteration # nuumber of results at each iteration
results_in_each_iteration = 50 results_in_each_iteration = 30
while len(all_jobs) < results_wanted: while len(all_jobs) < results_wanted:
retry_count = 0 retry_count = 0