Commit 962516ea1f560bf6b2cdeab047ec02e4e12644e8
1 parent
f5b99280
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/schedule/real/InOutScheduleDataBuffer.java
| @@ -182,7 +182,7 @@ public class InOutScheduleDataBuffer implements CommandLineRunner { | @@ -182,7 +182,7 @@ public class InOutScheduleDataBuffer implements CommandLineRunner { | ||
| 182 | 182 | ||
| 183 | @Override | 183 | @Override |
| 184 | public void run(String... strings) throws Exception { | 184 | public void run(String... strings) throws Exception { |
| 185 | - Application.mainServices.scheduleWithFixedDelay(fixedRefreshThread, 10, 20, TimeUnit.SECONDS); | 185 | + Application.mainServices.scheduleWithFixedDelay(fixedRefreshThread, 10, 30, TimeUnit.SECONDS); |
| 186 | } | 186 | } |
| 187 | 187 | ||
| 188 | /** | 188 | /** |