Preloading too much seems to be causing stability issue. (#1564)

Reduce to just the essentials for most visitors
This commit is contained in:
Tim Wilkinson 2024-09-22 17:41:29 -07:00 committed by GitHub
parent 0e1ac3ac16
commit 39981bc331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ if (config.preload) {
}
cp("/main/");
cp("/partial/");
cp("/main/status/e/");
cp("/main/tools/e/");
radios.getCommonConfiguration();
}