Skip to content

Commit

Permalink
Set wgCdnMaxAge to 5 days
Browse files Browse the repository at this point in the history
Defaults to 5 hours.
  • Loading branch information
paladox authored Nov 16, 2023
1 parent 540d23a commit bd04d5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5143,6 +5143,9 @@
'[2607:5300:205:200::1c93]:81',
],
],
'wgCdnMaxAge' => [
'default' => 432000,
],

// Vector
'wgVectorResponsive' => [
Expand Down

0 comments on commit bd04d5b

Please sign in to comment.