Fix config.html

This commit is contained in:
Mukhtar Akere
2025-07-24 03:07:20 +01:00
parent 9c31ad266e
commit a60d93677f
2 changed files with 1 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 {