listing for filer stores without prefixed query: break if no more progress

This commit is contained in:
chrislu 2022-02-19 10:12:51 -08:00
parent 248c0c8087
commit 7bc67399e4

View file

@ -309,6 +309,8 @@ func (fsw *FilerStoreWrapper) prefixFilterEntries(ctx context.Context, dirPath u
if err != nil {
return
}
} else {
break
}
}
return