Index: trunk/extensions/FlaggedRevs/maintenance/updateStats.inc |
— | — | @@ -205,7 +205,7 @@ |
206 | 206 | $rank = round( count($times)/2 + .5 ) - 1; |
207 | 207 | $medianRT = $times[$rank]; |
208 | 208 | // Make percentile tabulation data |
209 | | - $percentile = 45; // start at 30th |
| 209 | + $percentile = 35; // start at 35th |
210 | 210 | while( $percentile < 100 ) { |
211 | 211 | $rank = round( $percentile*count($times)/100 + .5 ) - 1; |
212 | 212 | $data[$percentile] = $times[$rank]; |