master
周文涛 2 years ago
parent 80b4634b2f
commit b0d9be39c7

@ -66,7 +66,7 @@ public class HandleTransInit implements ApplicationRunner {
}
while (true) {
try {
Thread.sleep(10000l);
Thread.sleep(60000l);
} catch (InterruptedException e) {
e.printStackTrace();
}

Loading…
Cancel
Save