kopia lustrzana https://github.com/c9/core
Speed up ide loading, deferring profile loading for now
rodzic
2da803b9db
commit
3042e61641
|
@ -29,7 +29,12 @@ var shortcuts = {
|
||||||
"s": ["standalone", "-s", "standalone"]
|
"s": ["standalone", "-s", "standalone"]
|
||||||
};
|
};
|
||||||
shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line
|
shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line
|
||||||
var delayLoadConfigs = ["preview", "user-content", "api", "oldclient", "apps-proxy", "worker"];
|
var delayLoadConfigs = [
|
||||||
|
// Services that are usually not immediately needed
|
||||||
|
"preview", "user-content", "api", "apps-proxy", "worker",
|
||||||
|
// Services that are very slow to load, blocking others
|
||||||
|
"profile",
|
||||||
|
];
|
||||||
|
|
||||||
module.exports = main;
|
module.exports = main;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue