|
@@ -62,7 +62,7 @@ public class MaterialUploadTaskServiceImpl
|
|
// private static String downloadUrl = "D:\\file";
|
|
// private static String downloadUrl = "D:\\file";
|
|
private static ExecutorService kuaishouExecutorService = Executors.newFixedThreadPool(5);
|
|
private static ExecutorService kuaishouExecutorService = Executors.newFixedThreadPool(5);
|
|
private static ExecutorService bytedanceExecutorService = Executors.newFixedThreadPool(5);
|
|
private static ExecutorService bytedanceExecutorService = Executors.newFixedThreadPool(5);
|
|
- private static ExecutorService bytedanceExecutorAgent = Executors.newFixedThreadPool(5);
|
|
|
|
|
|
+ private static ExecutorService bytedanceExecutorAgent = Executors.newFixedThreadPool(4);
|
|
private static ExecutorService submitExecutorService = Executors.newFixedThreadPool(5);
|
|
private static ExecutorService submitExecutorService = Executors.newFixedThreadPool(5);
|
|
private static ExecutorService bindExecutorService = Executors.newFixedThreadPool(20);
|
|
private static ExecutorService bindExecutorService = Executors.newFixedThreadPool(20);
|
|
|
|
|