[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 60/60] sg-report-job-history: Increase default limit
Now this is a *lot* faster, we can print a lot more history. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- sg-report-job-history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sg-report-job-history b/sg-report-job-history index e09c694f..843dd776 100755 --- a/sg-report-job-history +++ b/sg-report-job-history @@ -29,7 +29,7 @@ use Osstest::Executive; use Osstest::HistoryReport; our (@blessings,@branches); -our $limit= 100; +our $limit= 2000; our $timelimit= 86400 * (366 + 14); our $htmlout = '.'; our $flight; -- 2.11.0
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |