X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Floadbalancer%2FILoadBalancer.php;h=b20bf04e450d22154e6abbe30f2dbe80d1c34b04;hb=e54317e9cb219a18e8067318a348697bb741ef77;hp=e1a3162cf67a976cdc81c7b29bd3fb4def186bdf;hpb=2cf4a2c2966d5679cd8935a0807bba1fe21a7381;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php index e1a3162cf6..b20bf04e45 100644 --- a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php +++ b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php @@ -101,7 +101,7 @@ interface ILoadBalancer { * - loadMonitor : Name of a class used to fetch server lag and load. * - readOnlyReason : Reason the master DB is read-only if so [optional] * - waitTimeout : Maximum time to wait for replicas for consistency [optional] - * - maxLag: Avoid replica DB servers with more lag than this [optional] + * - maxLag: Try to avoid DB replicas with lag above this many seconds [optional] * - srvCache : BagOStuff object for server cache [optional] * - wanCache : WANObjectCache object [optional] * - chronologyCallback: Callback to run before the first connection attempt [optional]