Commit 4f41ffa4a52a8f335d74df0ed44f060777bb3e04
1 parent
5e94fda2
update..
Showing
1 changed file
with
1 additions
and
1 deletions
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(), 1, 1, TimeUnit.MINUTES); | 169 | + sexec.scheduleAtFixedRate(new SessionChecker(), 30, 30, TimeUnit.SECONDS); |
| 170 | /*******************************浦东********************************/ | 170 | /*******************************浦东********************************/ |
| 171 | pdDataConnector = new NioSocketConnector(); | 171 | pdDataConnector = new NioSocketConnector(); |
| 172 | 172 |