Manual:$wgRevisionSlotsCacheExpiry/pl

Category:MediaWiki configuration settings/pl#RevisionSlotsCacheExpiryCategory:MediaWiki configuration settings introduced in version 1.43.0/pl#RevisionSlotsCacheExpiryCategory:MediaWiki configuration settings still in use/pl#RevisionSlotsCacheExpiryCategory:ContentHandler variables/pl#RevisionSlotsCacheExpiry
Content handlers and storage: $wgRevisionSlotsCacheExpiry
Revision slots may be cached in the main WAN cache and/or the local server cache to reduce load on the database.
Wprowadzono w wersji:1.43.0 (Gerrit change 1072909; git #71d332c2)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(obiekt)
Domyślna wartość:zobacz niżej

Details

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,
]
Category:ContentHandler variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.43.0/pl Category:MediaWiki configuration settings still in use/pl