mirror of
https://github.com/pgsty/minio.git
synced 2026-07-27 16:06:16 +03:00
heal: calculate the number of workers based on NRRequests (#17945)
This commit is contained in:
@@ -45,5 +45,11 @@ var (
|
||||
Optional: true,
|
||||
Type: "int",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: DriveWorkers,
|
||||
Description: `the number of workers per drive to heal a new disk replacement` + defaultHelpPostfix(DriveWorkers),
|
||||
Optional: true,
|
||||
Type: "int",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user