1
0
mirror of https://github.com/minio/minio.git synced 2025-04-11 23:12:12 -04:00

9 Commits

Author SHA1 Message Date
Dee Koder
e252114f06 Revert "cache: Rewrite to cache only on download ()" ()
This reverts commit a13b58f630f95403bd62a9a7a3fe6d58806d8d61.
2019-05-22 14:54:15 -07:00
poornas
a13b58f630 cache: Rewrite to cache only on download ()
This will allow cache to consistently work for
server and gateways. Range GET requests will
be cached in the background after the request
is served from the backend.

Fixes: , , , 
2019-05-22 08:30:27 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Eco
3457e504cf Spelling changes and fixed link () 2018-10-17 10:55:55 -07:00
poornas
557f382477 cache: remove cache space constraint ()
relax cache constraint of requiring 100 times size of object
being cached for better cache utilization.
2018-10-16 11:06:42 +05:30
poornas
1da362538b cache: allow ellipse style entries for MINIO_CACHE_DRIVES ()
Fixes 
2018-07-03 16:54:10 -07:00
Annanay Agarwal
78abe5234e Add functionality to make cache limit configurable () 2018-06-25 10:24:12 -07:00
poornas
98315b8e60 Update disk cache documentation () 2018-04-02 10:25:08 +05:30
Harshavardhana
228c8f05f4 Improve some wording in disk caching docs () 2018-03-29 10:12:14 +05:30