@@ -29,7 +29,6 @@ class GlobalThreadPool:
max_workers = 100
cls._instance.executor = ThreadPoolExecutor(
- max_workers=max_workers,
thread_name_prefix="global-thread-pool"
)