MediaWiki master
DumpLBZip2Output.php
Go to the documentation of this file.
1<?php
21 public function __construct( $file ) {
22 # use only one core
23 parent::__construct( "lbzip2 -n 1", $file );
24 }
25}