Skip to content

Commit

Permalink
Update LocalSettings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Oct 4, 2024
1 parent a516bfa commit aea6444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$wgRequestTimeLimit = 0;
} elseif ( strpos( $_SERVER['HTTP_HOST'] ?? '', 'videoscaler.' ) === 0 ) {
$wgRequestTimeLimit = 86400;
} elseif ( strpos( $_SERVER['HTTP_HOST'] ?? '', 'jobrunner-hi.' ) === 0 ) {
} elseif ( strpos( $_SERVER['HTTP_HOST'] ?? '', 'jobrunner-high.' ) === 0 ) {
$wgRequestTimeLimit = 259200;
} elseif ( strpos( $_SERVER['HTTP_HOST'] ?? '', 'jobrunner.' ) === 0 ) {
// We have to set this to the highest we require a job to run for.
Expand Down

0 comments on commit aea6444

Please sign in to comment.