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 {
|
} else {
|
||||||
stat.fileCount++
|
stat.fileCount++
|
||||||
}
|
}
|
||||||
|
lastEntryName = entry.Name()
|
||||||
}
|
}
|
||||||
if len(entries) < limit {
|
if len(entries) < limit {
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user