diff --git a/LocalSettings.php b/LocalSettings.php index 11e9176071fb9..bdf2c94ce3d64 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -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' ];