手册:$wgRevisionCacheExpiry

From mediawiki.org
This page is a translated version of the page Manual:$wgRevisionCacheExpiry and the translation is 50% complete.
内容处理程序和存储: $wgRevisionCacheExpiry
Cache extracted revision text in MemCached.
引进版本:1.8.0 (r16549)
移除版本:仍在使用
允许的值:(整数)
默认值:86400 * 7 (MediaWiki 1.28+)
0 (1.8-1.27)

详情

Revision text may be cached in the main WAN cache to reduce load on external storage servers and object extraction overhead for frequently-loaded revisions.

Set to 0 to disable, or number of seconds before cache expiry.

变更

Prior to MediaWiki 1.28 this setting defaulted to 0.