Remove worker=1

This commit is contained in:
Luigi311
2022-06-19 03:03:17 -06:00
parent 74b5ea7b5e
commit 7cd492dc98

View File

@@ -119,7 +119,7 @@ def generate_library_guids_dict(user_list: dict, generate_output: int):
def future_thread_executor(args: list, workers: int = -1): def future_thread_executor(args: list, workers: int = -1):
futures_list = [] futures_list = []
results = [] results = []
workers=1
if workers == -1: if workers == -1:
workers = min(32, os.cpu_count()*1.25) workers = min(32, os.cpu_count()*1.25)