Fix config.html
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -995,9 +995,6 @@ class ConfigManager {
|
||||
if (!config.repair.interval) {
|
||||
errors.push('Repair interval is required when repair is enabled');
|
||||
}
|
||||
if (config.repair.workers && (config.repair.workers < 1 || config.repair.workers > 50)) {
|
||||
errors.push('Repair workers must be between 1 and 50');
|
||||
}
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user