X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdoMaintenance.php;h=60b24a2db013ead4bdb737f8de93f35e20316258;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hp=890fe45a63a2e3525af4ff02746d288963bbe074;hpb=bae9c5aca69c62ff8ae32956a082c0787cb06b73;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/doMaintenance.php b/maintenance/doMaintenance.php index 890fe45a63..60b24a2db0 100644 --- a/maintenance/doMaintenance.php +++ b/maintenance/doMaintenance.php @@ -104,7 +104,7 @@ $maintenance->checkRequiredExtensions(); // A good time when no DBs have writes pending is around lag checks. // This avoids having long running scripts just OOM and lose all the updates. -$maintenance->setTriggers(); +$maintenance->setAgentAndTriggers(); // Do the work $maintenance->execute();