mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Optimize load order for onlinedev
This commit is contained in:
parent
0133578310
commit
683170501b
@ -31,7 +31,7 @@ var shortcuts = {
|
||||
shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line
|
||||
var delayLoadConfigs = [
|
||||
// Services that are usually not immediately needed
|
||||
"preview", "user-content", "api", "apps-proxy", "worker",
|
||||
"preview", "user-content", "apps-proxy", "worker", "homepage",
|
||||
// Services that are very slow to load, blocking others
|
||||
"profile",
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user