mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
9a267f9270
canceled callers might linger around longer, can potentially overwhelm the system. Instead provider a caller context and canceled callers don't hold on to them. Bonus: we have no reason to cache errors, we should never cache errors otherwise we can potentially have quorum errors creeping in unexpectedly. We should let the cache when invalidating hit the actual resources instead. |
||
---|---|---|
.. | ||
cache_test.go | ||
cache.go |