Skip to content

Commit

Permalink
refactor: update $wgParserCacheType to use CACHE_MEMCACHED in LocalSe…
Browse files Browse the repository at this point in the history
…ttings.php
  • Loading branch information
ZoruaFox committed Jul 14, 2024
1 parent e8110a7 commit ad72663
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 @@ -105,7 +105,7 @@
## 缓存设置
# 缓存类型
$wgMainCacheType = CACHE_ACCEL;
$wgParserCacheType = CACHE_DB; // optional
$wgParserCacheType = CACHE_MEMCACHED; // optional
$wgMessageCacheType = CACHE_ACCEL; // optional
$wgSessionCacheType = CACHE_MEMCACHED;
$wgMemCachedServers = [ '127.0.0.1:11211' ];
Expand Down

0 comments on commit ad72663

Please sign in to comment.