addArg( 'maxlag', 'How long to wait for the slaves, default 10 seconds', false ); } public function execute() { wfWaitForSlaves( $this->getArg( 0, 10 ) ); } } $maintClass = "WaitForSlave"; require_once( RUN_MAINTENANCE_IF_MAIN );