use 28 threads

This commit is contained in:
2024-05-10 15:58:01 +02:00
parent c3dd17cf18
commit 20e6c0b5e0
+1 -1
View File
@@ -5,7 +5,7 @@ from request_sender_test import start_send_requests
def start_book_appointment():
start_send_requests(thread_number=25, file_path='~/Desktop/contact_list_2024-05-04.xlsx')
start_send_requests(thread_number=28, file_path='~/Desktop/contact_list_2024-05-09.xlsx')
def start_check_results_job(sched):