Commit 05cb8a9ee2d4e9cf40341117d33a6d15ba9f999f
1 parent
c0d2ad16
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/Application.java
| ... | ... | @@ -11,7 +11,7 @@ import java.util.concurrent.ScheduledExecutorService; |
| 11 | 11 | @SpringBootApplication |
| 12 | 12 | public class Application extends SpringBootServletInitializer { |
| 13 | 13 | |
| 14 | - public static ScheduledExecutorService mainServices = Executors.newScheduledThreadPool(10); | |
| 14 | + public static ScheduledExecutorService mainServices = Executors.newScheduledThreadPool(7); | |
| 15 | 15 | |
| 16 | 16 | @Override |
| 17 | 17 | protected SpringApplicationBuilder configure(SpringApplicationBuilder application) { | ... | ... |