minio/internal
Harshavardhana 14e1ace552
remove serializing WalkDir() across all buckets/prefixes on SSDs (#17707)
slower drives get knocked off because they are too slow via 
active monitoring, we do not need to block calls arbitrarily.

Serializing adds latencies for already slow calls, remove
it for SSDs/NVMEs

Also, add a selection with context when writing to `out <-`
channel, to avoid any potential blocks.
2023-07-24 09:30:19 -07:00
..
2022-09-19 11:05:16 -07:00
2022-12-30 11:37:07 -08:00
2022-09-19 11:05:16 -07:00
2023-03-04 20:57:35 -08:00