mirror of
https://github.com/pgsty/minio.git
synced 2026-09-06 02:26:14 +03:00
bd099f5e71
fix: change timedvalue to return previous cached value caller can interpret the underlying error and decide accordingly, places where we do not interpret the errors upon timedValue.Get() - we should simply use the previously cached value instead of returning "empty". Bonus: remove some unused code