Skip to content

Commit

Permalink
Cart & Cache compression: Set SettingsResult severity to info for dea…
Browse files Browse the repository at this point in the history
…ctivated or gzip
  • Loading branch information
M-arcus authored and tinect committed Nov 15, 2024
1 parent b179ad6 commit d157d8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private function checkCompression(HealthCollection $collection, string $function
{
if (!$enabled) {
$collection->add(
SettingsResult::warning(
SettingsResult::info(
strtolower($functionality) . '-compress',
$functionality . ' compression',
'disabled',
Expand All @@ -52,7 +52,7 @@ private function checkCompression(HealthCollection $collection, string $function

if ($method === 'gzip') {
$collection->add(
SettingsResult::warning(
SettingsResult::info(
strtolower($functionality) . '-compression-method',
$functionality . ' compression method',
'gzip',
Expand Down

0 comments on commit d157d8f

Please sign in to comment.