Commit b962396e37d4b0c75ddc44539c0973412eb8eab8

Authored by 潘钊
1 parent 291ab846

update..

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