mirror of https://github.com/Bunsly/JobSpy
fix: num jobs
parent
36d53b01f9
commit
19baa6cd30
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue