addArgs( array( 'maxlag' ) ); } public function execute() { wfWaitForSlaves( $this->getArg( 0, 10 ) ); } } $maintClass = "WaitForSlave"; require_once( DO_MAINTENANCE );