Index: trunk/extensions/CodeReview/backend/Subversion.php |
— | — | @@ -127,8 +127,8 @@ |
128 | 128 | function __construct( $repo ) { |
129 | 129 | parent::__construct( $repo ); |
130 | 130 | global $wgMaxShellMemory; |
131 | | - if( $wgMaxShellMemory < SubversionShell::MIN_MEMORY ) { |
132 | | - $wgMaxShellMemory = 204800; |
| 131 | + if( $wgMaxShellMemory < self::MIN_MEMORY ) { |
| 132 | + $wgMaxShellMemory = self::MIN_MEMORY; |
133 | 133 | wfDebug( __METHOD__ . " raised wgMaxShellMemory to $wgMaxShellMemory\n" ); |
134 | 134 | } |
135 | 135 | } |