A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgLockManagers below:

Manual:$wgLockManagers - MediaWiki

Array of configuration arrays for each lock manager.
Introduced in version: 1.19.0 Removed in version: Still in use Allowed values: (array) Default value: see below

This array contains the configuration for each resource lock manager.

Each backend configuration has the following parameters:

name
A unique name for the lock manager
class
The lock manager class to use
Additional parameters are specific to the class used.

Initialized in Setup.php:

[
	[
		'name' => 'fsLockManager',
		'class' => FSLockManager::class,
		'lockDirectory' => "{$wgUploadDirectory}/lockdir",
	],
	[
		'name' => 'nullLockManager',
		'class' => NullLockManager::class,
	],
]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4