Commit b55a1acd1df78a68a01d4ab9af1f8bd4f8d6f23c
1 parent
95465573
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/car_out_info/CarOutInfoHandler.java
| ... | ... | @@ -159,7 +159,7 @@ public class CarOutInfoHandler { |
| 159 | 159 | ScheduleRealInfo[] array = new ScheduleRealInfo[3]; |
| 160 | 160 | Collections.sort(list, schDFSJComparator); |
| 161 | 161 | |
| 162 | - int count = 0, threshold = 1000 * 60 * 60; | |
| 162 | + int count = 0, threshold = 1000 * 60 * 60 * 4; | |
| 163 | 163 | long t = System.currentTimeMillis(); |
| 164 | 164 | for (ScheduleRealInfo sch : list) { |
| 165 | 165 | if (count == 3) | ... | ... |