mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-07 17:28:03 +08:00
Prevented possible processing exception logging failures
This commit is contained in:
parent
f41efb0749
commit
601677c593
@ -22,6 +22,8 @@ public class Processing implements SubSystem {
|
||||
public Processing() {
|
||||
nonCriticalExecutor = Executors.newFixedThreadPool(6);
|
||||
criticalExecutor = Executors.newFixedThreadPool(2);
|
||||
saveInstance(nonCriticalExecutor);
|
||||
saveInstance(criticalExecutor);
|
||||
}
|
||||
|
||||
public static void submit(Runnable runnable) {
|
||||
|
Loading…
Reference in New Issue
Block a user