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