Revert r45361 for now "(bug 16084) Default memory limit should be increased"
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Jan 2009 01:42:50 +0000 (01:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 7 Jan 2009 01:42:50 +0000 (01:42 +0000)
commit52f2d0176c980db1a4e835462385c1ab6a38b872
tree44c99903f2ad5bb0102721d850da63faf621d760
parent055e868728925ae3a5d897549a6af429ec6c67a7
Revert r45361 for now "(bug 16084) Default memory limit should be increased"
The logic is wrong and will fail to raise the limit to the new limit if the server's default is between 20 and 50.
Further, the whole logic is crappy; we should be doing the check at runtime rather than at install time, since the server's settings may change after we install.
config/index.php