mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
optimization use small blocks up to 64KB (#17107)
This commit is contained in:
@@ -24,6 +24,9 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// ODirectPlatform indicates if the platform supports O_DIRECT
|
||||
const ODirectPlatform = false
|
||||
|
||||
// OpenBSD, Windows, and illumos do not support O_DIRECT.
|
||||
// On Windows there is no documentation on disabling O_DIRECT.
|
||||
// For these systems we do not attempt to build the 'directio' dependency since
|
||||
|
||||
Reference in New Issue
Block a user