X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMergeHistory.php;h=f797fe355c7e57de72a35c6e5d1b17fe37990c80;hb=c2602eaed5c726e1b78cc9ecb55a94392e923642;hp=441fe9e2c0b37309a51fb2fed82a796fc535b25e;hpb=6a4214dc89ced2563755fa4ba25d0ed3ad22550d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MergeHistory.php b/includes/MergeHistory.php index 441fe9e2c0..f797fe355c 100644 --- a/includes/MergeHistory.php +++ b/includes/MergeHistory.php @@ -33,7 +33,7 @@ */ class MergeHistory { - /** @const int Maximum number of revisions that can be merged at once (avoid too much slave lag) */ + /** @const int Maximum number of revisions that can be merged at once */ const REVISION_LIMIT = 5000; /** @var Title Page from which history will be merged */ @@ -42,7 +42,7 @@ class MergeHistory { /** @var Title Page to which history will be merged */ protected $dest; - /** @var DatabaseBase Database that we are using */ + /** @var IDatabase Database that we are using */ protected $dbw; /** @var MWTimestamp Maximum timestamp that we can use (oldest timestamp of dest) */