increase filer pagination limit

This commit is contained in:
Chris Lu
2019-12-11 22:21:37 -08:00
parent c602073395
commit f51a6d8ba5
3 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ func (dir *Dir) ReadDirAll(ctx context.Context) (ret []fuse.Dirent, err error) {
err = dir.wfs.WithFilerClient(ctx, func(client filer_pb.SeaweedFilerClient) error {
paginationLimit := 1024
paginationLimit := 1024 * 256
remaining := dir.wfs.option.DirListingLimit
lastEntryName := ""