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.
This commit is contained in:
J. Nick Koston
2024-12-22 18:07:05 -10:00
committed by GitHub
parent 67f0de441b
commit 29fa40a5cf

View File

@@ -78,6 +78,7 @@ BASE_PRELOAD_PLATFORMS = [
"repairs",
"system_health",
"trigger",
"backup",
]