mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
config: Deprecated delay/max_wait/scanner and introduce speed (#15941)
This commit is contained in:
@@ -27,22 +27,10 @@ var (
|
||||
// Help provides help for config values
|
||||
Help = config.HelpKVS{
|
||||
config.HelpKV{
|
||||
Key: Delay,
|
||||
Description: `scanner delay multiplier` + defaultHelpPostfix(Delay),
|
||||
Key: Speed,
|
||||
Description: `scanner speed` + defaultHelpPostfix(Speed),
|
||||
Optional: true,
|
||||
Type: "float",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: MaxWait,
|
||||
Description: `maximum wait time between operations` + defaultHelpPostfix(MaxWait),
|
||||
Optional: true,
|
||||
Type: "duration",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: Cycle,
|
||||
Description: `time duration between scanner cycles` + defaultHelpPostfix(Cycle),
|
||||
Optional: true,
|
||||
Type: "duration",
|
||||
Type: "default|slowest|slow|fast|fastest",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user