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