Manual:$wgDefaultExternalStore/ru

Category:MediaWiki configuration settings/ru#DefaultExternalStoreCategory:MediaWiki configuration settings introduced in version 1.6.0/ru#DefaultExternalStoreCategory:MediaWiki configuration settings still in use/ru#DefaultExternalStoreCategory:LoadBalancer settings variables/ru#DefaultExternalStore
Настройки LoadBalancer: $wgDefaultExternalStore
Default external store for new revisions.
Введено в версии:1.6.0 (r12537)
Удалено в версии:всё ещё используется
Допустимые значения:array, string or false
Значение по умолчанию:false

Details

The place to put new revisions, false to put them in the local text table. Part of a URL, e.g. DB://cluster1

Can be an array instead of a single string, to enable data distribution. A cluster will be chosen randomly each time from the array. If inserting on the selected cluster fails, another one will be tried until all clusters fail. Keys must be consecutive integers, starting at zero. Example:

$wgDefaultExternalStore = array( 'DB://cluster1', 'DB://cluster2' );

См. также

Category:LoadBalancer settings variables/ru Category:MediaWiki configuration settings/ru Category:MediaWiki configuration settings introduced in version 1.6.0/ru Category:MediaWiki configuration settings still in use/ru