Commit 16a7a8b4 authored by wang sy's avatar wang sy
Browse files

[dev]修改线程数

parent 885c68d6
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableAspectJAutoProxy(proxyTargetClass = true)
public class MainApplication {
static {
System.setProperty("java.util.concurrent.ForkJoinPool.common.parallelism", "800");
System.setProperty("java.util.concurrent.ForkJoinPool.common.parallelism", "1600");
}
public static void main(String[] args) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment