rdbms: move "maxLag" parameter up to LBFactory and add comments
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 27 Jan 2019 21:59:59 +0000 (13:59 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 5 Feb 2019 23:59:44 +0000 (15:59 -0800)
commite54317e9cb219a18e8067318a348697bb741ef77
treec61be974199a4fb052876eb7946fae6aaa0fed27
parent24b59673133bc6f74c19540fd92fda3a3faffc45
rdbms: move "maxLag" parameter up to LBFactory and add comments

Also make the default value constant be define in only one place

Change-Id: I1abd2b4569910031853b25f92d7cb69a1614d05b
includes/libs/rdbms/lbfactory/ILBFactory.php
includes/libs/rdbms/lbfactory/LBFactory.php
includes/libs/rdbms/lbfactory/LBFactoryMulti.php
includes/libs/rdbms/lbfactory/LBFactorySimple.php
includes/libs/rdbms/loadbalancer/ILoadBalancer.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php