1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
poornas 55a3b071ea
Allow optionally to disable range caching. ()
The default behavior is to cache each range requested
to cache drive. Add an environment variable
`MINIO_RANGE_CACHE` - when set to off, it disables
range caching and instead downloads entire object
in the background.

Fixes 
2020-06-29 13:25:29 -07:00
..