From 39981bc3315b899541e033dad933daa46800aaf5 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sun, 22 Sep 2024 17:41:29 -0700 Subject: [PATCH] Preloading too much seems to be causing stability issue. (#1564) Reduce to just the essentials for most visitors --- files/app/root.ut | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/app/root.ut b/files/app/root.ut index 4dd49813..3463bfd0 100644 --- a/files/app/root.ut +++ b/files/app/root.ut @@ -79,8 +79,6 @@ if (config.preload) { } cp("/main/"); cp("/partial/"); - cp("/main/status/e/"); - cp("/main/tools/e/"); radios.getCommonConfiguration(); }