mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
14e1ace552
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.