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