diff --git a/examples/JobSpy_Demo.py b/examples/JobSpy_Demo.py index 23f3c2f..189ca81 100644 --- a/examples/JobSpy_Demo.py +++ b/examples/JobSpy_Demo.py @@ -20,7 +20,7 @@ all_jobs = [] max_retries = 3 # nuumber of results at each iteration -results_in_each_iteration = 50 +results_in_each_iteration = 30 while len(all_jobs) < results_wanted: retry_count = 0