r55616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55615‎ | r55616 | r55617 >
Date:21:26, 26 August 2009
Author:catrope
Status:ok
Tags:
Comment:
wmf-deployment: Merge r55615 (lower limits for list=search)
Modified paths:
  • /branches/wmf-deployment/includes/api/ApiQuerySearch.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/api/ApiQuerySearch.php
@@ -157,8 +157,8 @@
158158 ApiBase :: PARAM_DFLT => 10,
159159 ApiBase :: PARAM_TYPE => 'limit',
160160 ApiBase :: PARAM_MIN => 1,
161 - ApiBase :: PARAM_MAX => ApiBase :: LIMIT_BIG1,
162 - ApiBase :: PARAM_MAX2 => ApiBase :: LIMIT_BIG2
 161+ ApiBase :: PARAM_MAX => ApiBase :: LIMIT_SML1,
 162+ ApiBase :: PARAM_MAX2 => ApiBase :: LIMIT_SML2
163163 )
164164 );
165165 }
@@ -189,4 +189,4 @@
190190 public function getVersion() {
191191 return __CLASS__ . ': $Id$';
192192 }
193 -}
\ No newline at end of file
 193+}
Property changes on: branches/wmf-deployment/includes/api/ApiQuerySearch.php
___________________________________________________________________
Name: svn:mergeinfo
194194 + /branches/REL1_15/phase3/includes/api/ApiQuerySearch.php:51646
/trunk/phase3/includes/api/ApiQuerySearch.php:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,52815-52819,52822,52846,52850,52852-52853,52855-52857,52859,52924,52986,53128-53129,53190,53197,53199,53203-53204,53210-53211,53247,53249,53252,53267,53270,53293,53305,53344,53369,53427,53502-53504,53506,53777,54384,54494,54592,54599-54602,54604,54613,54764,54793,54806,55178,55615

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55615API: Per rainman, mark list=search as an expensive query and lower its limits...catrope21:13, 26 August 2009

Status & tagging log