| commit | b1e81bf312ef74320210332a1123d4200f5a380c | [log] [tgz] |
|---|---|---|
| author | droy <denis.roy@eclipse.org> | Tue Oct 09 15:53:11 2012 -0400 |
| committer | droy <denis.roy@eclipse.org> | Tue Oct 09 15:53:11 2012 -0400 |
| tree | 169906983498a2a6648ecbd2c1528458a231f849 | |
| parent | 75fd3ecd84136278d18bf94072391ae589699d1c [diff] |
[Bug 390938] New: How about reducing limit of sql for recent translation page?
diff --git a/html/recent.php b/html/recent.php index d8daf67..b1e4529 100644 --- a/html/recent.php +++ b/html/recent.php
@@ -45,7 +45,7 @@ } $LIMIT = getHTTPParameter("limit"); if($LIMIT == "" || $LIMIT <= 0 || $LIMIT > 20000) { - $LIMIT = 200; + $LIMIT = 25; } $LAYOUT = getHTTPParameter("layout"); if($LAYOUT == "list" || $LAYOUT == "table") {