feat(settings): add dashboard.failure_threshold default (5)
This commit is contained in:
@@ -43,6 +43,7 @@ DEFAULT_SETTINGS = {
|
|||||||
"download.schedule_interval": 28800, # 8 hours
|
"download.schedule_interval": 28800, # 8 hours
|
||||||
"notification.enabled": False,
|
"notification.enabled": False,
|
||||||
"notification.webhook_url": None,
|
"notification.webhook_url": None,
|
||||||
|
"dashboard.failure_threshold": 5,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Key for the extension API key setting
|
# Key for the extension API key setting
|
||||||
|
|||||||
Reference in New Issue
Block a user