mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
add option for O_SYNC writes for standalone FS backend (#9581)
This commit is contained in:
@@ -280,6 +280,8 @@ var (
|
||||
// fix the system.
|
||||
globalSafeMode bool
|
||||
|
||||
// If writes to FS backend should be O_SYNC.
|
||||
globalFSOSync bool
|
||||
// Add new variable global values here.
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user