feat(settings): add dashboard.failure_threshold default (5)

This commit is contained in:
2026-04-17 23:06:12 -04:00
parent 9ab94eb1f9
commit 14682fc20c
+1
View File
@@ -43,6 +43,7 @@ DEFAULT_SETTINGS = {
"download.schedule_interval": 28800, # 8 hours
"notification.enabled": False,
"notification.webhook_url": None,
"dashboard.failure_threshold": 5,
}
# Key for the extension API key setting