Commit e3e4346fa5ee7614ef8523bfe3ad0a76d35e7410
1 parent
1601b34d
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/gpsdata/client/GpsBeforeBuffer.java
| @@ -76,7 +76,7 @@ public class GpsBeforeBuffer { | @@ -76,7 +76,7 @@ public class GpsBeforeBuffer { | ||
| 76 | 76 | ||
| 77 | @Override | 77 | @Override |
| 78 | public void run() { | 78 | public void run() { |
| 79 | - list = new ArrayList<>(100); | 79 | + list = new ArrayList<>(200); |
| 80 | 80 | ||
| 81 | GpsEntity gps; | 81 | GpsEntity gps; |
| 82 | for(int i = 0; i < 4000; i ++){ | 82 | for(int i = 0; i < 4000; i ++){ |