From 1cb0c9edd04ba4f18460197c7ce1fec5bfc9eba0 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 25 Oct 2007 23:35:55 +0000 Subject: [PATCH] threahold 10 is too low. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5473 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/widgets/HistoryWidget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/widgets/HistoryWidget.java b/core/src/main/java/hudson/widgets/HistoryWidget.java index 3bb12076ef..940519f621 100644 --- a/core/src/main/java/hudson/widgets/HistoryWidget.java +++ b/core/src/main/java/hudson/widgets/HistoryWidget.java @@ -123,7 +123,7 @@ public class HistoryWidget extends Widget { req.getView(this,"ajaxBuildHistory.jelly").forward(req,rsp); } - private static final int THRESHOLD = 10; // while debugging + private static final int THRESHOLD = 30; public String getNextBuildNumberToFetch() { return nextBuildNumberToFetch;