summaryrefslogtreecommitdiff
path: root/maintenance/waitForSlave.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/waitForSlave.php')
-rw-r--r--maintenance/waitForSlave.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintenance/waitForSlave.php b/maintenance/waitForSlave.php
index a62d1618..c9b1abba 100644
--- a/maintenance/waitForSlave.php
+++ b/maintenance/waitForSlave.php
@@ -34,6 +34,7 @@ class WaitForSlave extends Maintenance {
parent::__construct();
$this->addArg( 'maxlag', 'How long to wait for the slaves, default 10 seconds', false );
}
+
public function execute() {
wfWaitForSlaves( $this->getArg( 0, 10 ) );
}