mirror of
https://github.com/pgsty/minio.git
synced 2026-08-06 07:41:16 +03:00
Move all List calls to honor new maxObjectList limit (#8459)
This commit is contained in:
committed by
kannappanr
parent
8cc5ecec23
commit
599aae5ba6
+1
-1
@@ -1620,7 +1620,7 @@ func (s *xlSets) HealObjects(ctx context.Context, bucket, prefix string, healObj
|
||||
}
|
||||
}
|
||||
|
||||
res, err := s.ListObjectsHeal(ctx, bucket, prefix, marker, "", 1000)
|
||||
res, err := s.ListObjectsHeal(ctx, bucket, prefix, marker, "", maxObjectList)
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user