We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302d317 commit a56e2e1Copy full SHA for a56e2e1
src/main/java/com/qiniu/storage/BucketManager.java
@@ -40,7 +40,7 @@ public String[] buckets() throws QiniuException {
40
}
41
42
public FileListIterator createFileListIterator(String bucket, String prefix) {
43
- return new FileListIterator(bucket, prefix, 1000, null);
+ return new FileListIterator(bucket, prefix, 100, null);
44
45
46
public FileListIterator createFileListIterator(String bucket, String prefix, int limit, String delimiter) {
0 commit comments