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
J. Nick Koston 2024-12-22 18:07:05 -10:00 committed by GitHub
parent 67f0de441b
commit 29fa40a5cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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