|
@@ -190,7 +190,7 @@ public class SCMContainerManager implements ContainerManager {
|
|
Collections.sort(containersIds);
|
|
Collections.sort(containersIds);
|
|
|
|
|
|
return containersIds.stream()
|
|
return containersIds.stream()
|
|
- .filter(id -> id.getId() > startId)
|
|
|
|
|
|
+ .filter(id -> id.getId() >= startId)
|
|
.limit(count)
|
|
.limit(count)
|
|
.map(id -> {
|
|
.map(id -> {
|
|
try {
|
|
try {
|