mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Add auto configuration of replication workers (#15636)
This commit is contained in:
@@ -63,16 +63,10 @@ var (
|
||||
Type: "string",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: apiReplicationWorkers,
|
||||
Description: `set the number of replication workers` + defaultHelpPostfix(apiReplicationWorkers),
|
||||
Key: apiReplicationPriority,
|
||||
Description: `set replication priority` + defaultHelpPostfix(apiReplicationPriority),
|
||||
Optional: true,
|
||||
Type: "number",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: apiReplicationFailedWorkers,
|
||||
Description: `set the number of replication workers for recently failed replicas` + defaultHelpPostfix(apiReplicationFailedWorkers),
|
||||
Optional: true,
|
||||
Type: "number",
|
||||
Type: "string",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: apiTransitionWorkers,
|
||||
|
||||
Reference in New Issue
Block a user