|
|
@ -56,7 +56,7 @@ public class MntnCheckTask {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(initialDelay = 60000, fixedDelay = 60000)
|
|
|
|
@Scheduled(initialDelay = 60000, fixedDelay = 60 * 5 * 1000)
|
|
|
|
private void checkAll() {
|
|
|
|
private void checkAll() {
|
|
|
|
if (needCheck) {
|
|
|
|
if (needCheck) {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|