mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add listing block reuse (#15579)
When streaming results, pool metadata slices when sent.
This commit is contained in:
@@ -168,7 +168,7 @@ func (s *xlStorage) WalkDir(ctx context.Context, opts WalkDirOptions, wr io.Writ
|
||||
entries[i] = entries[i][:len(entry)-1]
|
||||
continue
|
||||
}
|
||||
// Do do not retain the file.
|
||||
// Do not retain the file.
|
||||
entries[i] = ""
|
||||
|
||||
if contextCanceled(ctx) {
|
||||
|
||||
Reference in New Issue
Block a user