Browse Source

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

pull/2690/head
chrislu 3 years ago
parent
commit
7bc67399e4
  1. 2
      weed/filer/filerstore_wrapper.go

2
weed/filer/filerstore_wrapper.go

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

Loading…
Cancel
Save