mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-21 09:11:29 +00:00
weed filer.export: fix pagination error
This commit is contained in:
@@ -158,6 +158,7 @@ func doTraverse(ctx context.Context, stat *statistics, filerStore filer2.FilerSt
|
||||
} else {
|
||||
stat.fileCount++
|
||||
}
|
||||
lastEntryName = entry.Name()
|
||||
}
|
||||
if len(entries) < limit {
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user