X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMediaWiki.php;h=e67a9b53d6e58085f2d7b218b2d35ce18a80326e;hb=16266edff3337c893a1b5bc42e0bd006a828cde3;hp=1add24a6006018eaddf31c63fa144e4d8fcd8001;hpb=cf975214e78c02f2d3530384f71919e4be8a90eb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MediaWiki.php b/includes/MediaWiki.php index 1add24a600..e67a9b53d6 100644 --- a/includes/MediaWiki.php +++ b/includes/MediaWiki.php @@ -580,7 +580,7 @@ class MediaWiki { $request->response()->setCookie( 'UseCDNCache', 'false', $expires, $options ); } - // Avoid letting a few seconds of slave lag cause a month of stale data. This logic is + // Avoid letting a few seconds of replica DB lag cause a month of stale data. This logic is // also intimately related to the value of $wgCdnReboundPurgeDelay. if ( $factory->laggedSlaveUsed() ) { $maxAge = $config->get( 'CdnMaxageLagged' );