Skip to content

Commit

Permalink
Set wgResourceLoaderUseObjectCacheForDeps to true
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 16, 2023
1 parent 938eb0f commit 86cd514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GlobalCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@
$wgUseLocalMessageCache = true;
$wgInvalidateCacheOnLocalSettingsChange = false;

$wgResourceLoaderUseObjectCacheForDeps = true;

if ( $beta ) {
// test131 (only use on test131. No prod traffic should use this).
$wgObjectCaches['memcached-mem-test'] = [
Expand Down

0 comments on commit 86cd514

Please sign in to comment.