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