|
|
@@ -29,7 +29,7 @@ public class AdUnitReportJob {
|
|
|
@Autowired
|
|
|
private IAdUnitReportService adUnitReportService;
|
|
|
|
|
|
- private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(3);
|
|
|
+ private static ExecutorService dailyExecutorService = Executors.newFixedThreadPool(2);
|
|
|
private static ExecutorService hourExecutorService = Executors.newFixedThreadPool(3);
|
|
|
|
|
|
|