From 79969c3e3236bf7ebb3246a5a5760d10944907d6 Mon Sep 17 00:00:00 2001 From: iliajie Date: Sat, 4 Mar 2023 19:48:38 +0200 Subject: [PATCH] Fix to skip CPU IO in initial load --- authentic-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentic-lib.pl b/authentic-lib.pl index 5c2eed51c..f769e12a6 100644 --- a/authentic-lib.pl +++ b/authentic-lib.pl @@ -534,7 +534,7 @@ sub theme_list_combined_system_info { my $skipmods; if (!post_has('xhr-info')) { - $skipmods = ['package-updates', 'webmin']; + $skipmods = ['package-updates', 'webmin', 'cpuio']; } return &list_combined_system_info({ 'qshow' => 1, 'max' => $theme_config{'settings_sysinfo_max_servers'} }, undef, $skipmods); }