This commit is contained in:
HaHaWTH
2023-12-07 01:46:28 +08:00
parent 917ccf7b7d
commit 03bcf18224
2 changed files with 5 additions and 5 deletions
@@ -109,6 +109,6 @@ public class OnStartupTasks {
}
});
}
}, 1, TICKS_PER_MINUTE * settings.getProperty(EmailSettings.DELAY_RECALL));
}, 1, (long) TICKS_PER_MINUTE * settings.getProperty(EmailSettings.DELAY_RECALL));
}
}