Manual:$wgDBloads/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgDBloads and the translation is 12% complete.
LoadBalancer settings: $wgDBloads
Weights for database load balancer.
Eingeführt in Version:1.2.0
Entfernt in Version:1.4.0
Erlaubte Werte:(array of numbers)
Standardwert:false

Details

Weights for database load balancer. These are linked to the values stored in $wgDBservers .

e.g.

$wgDBservers = array("larousse", "pliny");
$wgDBloads = array(0.6, 0.4);

See also