Do not limit filesize when running a maintenance script
authorTim Starling <tstarling@wikimedia.org>
Tue, 14 Nov 2017 09:33:46 +0000 (20:33 +1100)
committerTim Starling <tstarling@wikimedia.org>
Tue, 14 Nov 2017 09:45:24 +0000 (20:45 +1100)
commitb0af2fbe421144966de9b466a9c97a1dbeda8ec5
tree026959ad335cb3a8c9b5baa0994dfa6cde5f67e3
parent4e7021a2318ec588e4d0b226c64d25e93ec80bd8
Do not limit filesize when running a maintenance script

Starting HHVM may require writing very large files, so it can't have the
same file size limit as image scaling etc. The memory limit was already
disabled for much the same reason.

This is the only caller of wfShellWikiCmd() in core which proceeds to
call wfShellExec().

Bug: T145819
Change-Id: I1ab35edbbdb63c2d6f5f578cba2547be79a965ef
includes/SiteConfiguration.php