[FIX] Compile fix

This commit is contained in:
Gravita 2023-11-21 13:58:10 +07:00
parent 54bfc6de9c
commit 1bc9351b0c

View file

@ -46,7 +46,7 @@ public static synchronized void startAutoRefresh() {
}
executorService.scheduleAtFixedRate(() -> {
try {
restore(false, true);
restore(false, true, false);
} catch (Exception e) {
LogHelper.error(e);
}