Jelajahi Sumber

增大线程池max_workers

locky 1 tahun lalu
induk
melakukan
b1cd33af8d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Object/GlobalThreadPoolObject.py

+ 1 - 1
Object/GlobalThreadPoolObject.py

@@ -24,7 +24,7 @@ class GlobalThreadPool:
 
                     max_workers = 20
                     if CONFIG_INFO == CONFIG_US or CONFIG_INFO == CONFIG_EUR:
-                        max_workers = 250
+                        max_workers = 300
                     elif CONFIG_INFO == CONFIG_CN:
                         max_workers = 100