Manual:$wgExtensionInfoMTime/pl

Category:MediaWiki configuration settings/pl#ExtensionInfoMTimeCategory:MediaWiki configuration settings introduced in version 1.25.0/pl#ExtensionInfoMTimeCategory:MediaWiki configuration settings still in use/pl#ExtensionInfoMTimeCategory:Cache variables/pl#ExtensionInfoMTime
Cache: $wgExtensionInfoMTime
Time to invalidate cache of extensions loaded by the extension registration system.
Wprowadzono w wersji:1.25.0 (Gerrit change 166705; git #I7074b65)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(integer) or false
Domyślna wartość:false

Szczegóły

When loading extensions through the extension registration system, this can be used to invalidate the cache. A good idea would be to set this to one file, you can just `touch` that one to invalidate the cache.

Przykład:

$wgExtensionInfoMTime = filemtime( "$IP/LocalSettings.php" );

If set to false, the mtime for each individual JSON file will be checked, which can be slow if a large number of extensions are being loaded.

Category:Cache variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.25.0/pl Category:MediaWiki configuration settings still in use/pl