mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
- To avoid race in expiration while accessing memory driver structs with in two competing write locks. Use lru Len() instead to know exact length to schedule for eviction. - squash both bucket and object structs, instead use a separate map to keep mutable info of lastAccessTime which can be independently used inside the expiration routine. |
||
|---|---|---|
| .. | ||
| httpserver | ||
| server.go | ||