1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 02:03:42 -04:00

2 Commits

Author SHA1 Message Date
Anis Eleuch
4d7d008741
bootstrap: Speed up bucket metadata loading ()
Currently, bucket metadata is being loaded serially inside ListBuckets
Objet API. Fix that by loading the bucket metadata as the number of
erasure sets * 10, which is a good approximation.
2024-06-21 15:22:24 -07:00
Klaus Post
51f62a8da3
Port ListBuckets to websockets layer & some cleanup () 2024-03-08 11:08:18 -08:00