Index: trunk/phase3/includes/api/ApiQuerySearch.php |
— | — | @@ -194,8 +194,8 @@ |
195 | 195 | ApiBase :: PARAM_DFLT => 10, |
196 | 196 | ApiBase :: PARAM_TYPE => 'limit', |
197 | 197 | ApiBase :: PARAM_MIN => 1, |
198 | | - ApiBase :: PARAM_MAX => ApiBase :: LIMIT_BIG1, |
199 | | - ApiBase :: PARAM_MAX2 => ApiBase :: LIMIT_BIG2 |
| 198 | + ApiBase :: PARAM_MAX => ApiBase :: LIMIT_SML1, |
| 199 | + ApiBase :: PARAM_MAX2 => ApiBase :: LIMIT_SML2 |
200 | 200 | ) |
201 | 201 | ); |
202 | 202 | } |
— | — | @@ -228,4 +228,4 @@ |
229 | 229 | public function getVersion() { |
230 | 230 | return __CLASS__ . ': $Id$'; |
231 | 231 | } |
232 | | -} |
\ No newline at end of file |
| 232 | +} |