mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03: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