Browse Source

用CommonPool替代compleatable,避免大量异步同时执行

wuweifeng10 3 years ago
parent
commit
49ddb57d5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>com.jd.platform</groupId>
     <artifactId>asyncTool</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
 
     <build>
         <plugins>