Add backup the list of integrations platforms to preload (#133856)
`backup` is now at the top of the startup time list. This will help reduce it.pull/133861/head
parent
67f0de441b
commit
29fa40a5cf
|
@ -78,6 +78,7 @@ BASE_PRELOAD_PLATFORMS = [
|
|||
"repairs",
|
||||
"system_health",
|
||||
"trigger",
|
||||
"backup",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue