Skip to content

Commit

Permalink
Fix to skip CPU IO in initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Mar 4, 2023
1 parent c5fca44 commit 79969c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentic-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 79969c3

Please sign in to comment.