Commit cbdbf9b731eacfa2daefb85e478c1fe30e034fc2

Authored by 潘钊
1 parent 509213ae

update...

src/main/java/com/bsth/server_ws/WebServiceProxy.java
@@ -148,7 +148,7 @@ public class WebServiceProxy implements CommandLineRunner { @@ -148,7 +148,7 @@ public class WebServiceProxy implements CommandLineRunner {
148 148
149 @Override 149 @Override
150 public void run(String... strings) throws Exception { 150 public void run(String... strings) throws Exception {
151 - Application.mainServices.scheduleWithFixedDelay(fixedRefreshThread, 15, 60 * 30, TimeUnit.SECONDS); 151 + Application.mainServices.scheduleWithFixedDelay(fixedRefreshThread, 5, 60 * 30, TimeUnit.SECONDS);
152 } 152 }
153 153
154 /** 154 /**