mirror of
https://github.com/minio/minio.git
synced 2025-11-24 03:27:44 -05:00
metacache: Make very small requests transient (#11109)
This commit is contained in:
@@ -707,7 +707,7 @@ func (z *erasureServerPools) ListObjectVersions(ctx context.Context, bucket, pre
|
||||
// more objects matching the prefix.
|
||||
ri := logger.GetReqInfo(ctx)
|
||||
if ri != nil && strings.Contains(ri.UserAgent, `1.0 Veeam/1.0 Backup`) && strings.HasSuffix(prefix, ".blk") {
|
||||
opts.singleObject = true
|
||||
opts.discardResult = true
|
||||
opts.Transient = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user