Skip to content

Commit 2654105

Browse files
authored
Set major_outage_threshold in the DatabaseSeeder
1 parent ca41ac5 commit 2654105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public function run(): void
162162
$appSettings->only_disrupted_days = false;
163163
$appSettings->incident_days = 7;
164164
$appSettings->timezone = 'UTC';
165+
$appSettings->major_outage_threshold = 25;
165166
$appSettings->save();
166167

167168
$customizationSettings = app(CustomizationSettings::class);

0 commit comments

Comments
 (0)