mirror of https://github.com/aredn/aredn.git
Preloading too much seems to be causing stability issue. (#1564)
Reduce to just the essentials for most visitors
This commit is contained in:
parent
0e1ac3ac16
commit
39981bc331
|
@ -79,8 +79,6 @@ if (config.preload) {
|
|||
}
|
||||
cp("/main/");
|
||||
cp("/partial/");
|
||||
cp("/main/status/e/");
|
||||
cp("/main/tools/e/");
|
||||
|
||||
radios.getCommonConfiguration();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue