mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 02:36:59 +08:00
listing for filer stores without prefixed query: break if no more progress
This commit is contained in:
parent
248c0c8087
commit
7bc67399e4
@ -309,6 +309,8 @@ func (fsw *FilerStoreWrapper) prefixFilterEntries(ctx context.Context, dirPath u
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
} else {
|
||||
break
|
||||
}
|
||||
}
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user