Jump to content

Manual:$wgRevisionSlotsCacheExpiry

From mediawiki.org
This page is a translated version of the page Manual:$wgRevisionSlotsCacheExpiry and the translation is 50% complete.
コンテンツ ハンドラーと記憶域: $wgRevisionSlotsCacheExpiry
Revision slots may be cached in the main WAN cache and/or the local server cache to reduce load on the database.
導入されたバージョン:1.43.0 (Gerrit change 1072909; git #71d332c2)
除去されたバージョン:使用中
許容される値:(オブジェクト)
既定値:下記参照

詳細

Revision slots may be cached in the main WAN cache and/or the local server cache to reduce load on the database. Set to 0 to disable, or number of seconds before cache expiry.

Default value

$wgRevisionSlotsCacheExpiry = [
	'local' => 3600,
	'WAN' => 86400,
]