Remove worker=1
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user