We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7269f43 + 6478267 commit d1921c9Copy full SHA for d1921c9
1 file changed
apps/settings/lib/SetupChecks/MaintenanceWindowStart.php
@@ -44,7 +44,7 @@ public function run(): SetupResult {
44
}
45
46
$startValue = (int)$configValue;
47
- $endValue = ($startValue + 6) % 24;
+ $endValue = ($startValue + 4) % 24;
48
return SetupResult::success(
49
str_replace(
50
['{start}', '{end}'],
0 commit comments