Commit 4f41ffa4a52a8f335d74df0ed44f060777bb3e04

Authored by 潘钊
1 parent 5e94fda2

update..

src/main/java/com/bsth/client/ClientApp.java
... ... @@ -166,7 +166,7 @@ public class ClientApp implements CommandLineRunner{
166 166 return t;
167 167 }
168 168 });
169   - sexec.scheduleAtFixedRate(new SessionChecker(), 1, 1, TimeUnit.MINUTES);
  169 + sexec.scheduleAtFixedRate(new SessionChecker(), 30, 30, TimeUnit.SECONDS);
170 170 /*******************************浦东********************************/
171 171 pdDataConnector = new NioSocketConnector();
172 172  
... ...