MediaWiki master
DumpLBZip2Output.php
Go to the documentation of this file.
1<?php
35 public function __construct( $file ) {
36 # use only one core
37 parent::__construct( "lbzip2 -n 1", $file );
38 }
39}