Browse Source

weed filer.export: fix pagination error

pull/914/head
Chris Lu 6 years ago
parent
commit
487ca51491
  1. 1
      weed/command/filer_export.go

1
weed/command/filer_export.go

@ -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

Loading…
Cancel
Save