Jump to content

Příručka:$wgAlternateMaster

From mediawiki.org
This page is a translated version of the page Manual:$wgAlternateMaster and the translation is 25% complete.
Nastavení LoadBalanceru: $wgAlternateMaster
A map of database name to connection index.
Zavedeno od verze:1.10.0
Odstraněno od verze:1.13.0
Povolené hodnoty:(pole)
Výchozí hodnota:array()

Details

A map of database name (key) to connection index (value), describing the master database server for each database. The connection index is an index into the $wgDBservers array. If a database is not listed here, the default load balancing settings will be used.

To use this feature in 1.13 and above, you have to customize $wgLBFactoryConf and use LBFactory_Multi as class.