rdbms: Fix path to LBFactoryMulti.php in LBFactoryConf documentation
Change-Id: If5476e69dd6d63cd91f1f9b26cb8fcfc4eb08072
This commit is contained in:
parent
608798e165
commit
b1cfd103a5
2 changed files with 2 additions and 2 deletions
|
|
@ -1894,7 +1894,7 @@ config-schema:
|
|||
The class identified here is responsible for reading $wgDBservers,
|
||||
$wgDBserver, etc., so overriding it may cause those globals to be ignored.
|
||||
The LBFactoryMulti class is provided for this purpose, please see
|
||||
includes/db/LBFactoryMulti.php for configuration information.
|
||||
includes/libs/rdbms/lbfactory/LBFactoryMulti.php for configuration information.
|
||||
DataCenterUpdateStickTTL:
|
||||
default: 10
|
||||
description: |-
|
||||
|
|
|
|||
|
|
@ -3096,7 +3096,7 @@ class MainConfigSchema {
|
|||
* $wgDBserver, etc., so overriding it may cause those globals to be ignored.
|
||||
*
|
||||
* The LBFactoryMulti class is provided for this purpose, please see
|
||||
* includes/db/LBFactoryMulti.php for configuration information.
|
||||
* includes/libs/rdbms/lbfactory/LBFactoryMulti.php for configuration information.
|
||||
*/
|
||||
public const LBFactoryConf = [
|
||||
'default' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue