Repository: wicket Updated Branches: refs/heads/master c50da9246 -> 9d06189bf
Update RequestLoggerSettings.java default of requestsWindowSize is 0. updated javadoc. Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9d06189b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9d06189b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9d06189b Branch: refs/heads/master Commit: 9d06189bf488c20c49fc62f62644792786db6b96 Parents: c50da92 Author: astrapi69 <[email protected]> Authored: Wed Mar 11 14:06:30 2015 +0100 Committer: astrapi69 <[email protected]> Committed: Wed Mar 11 14:06:30 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/wicket/settings/RequestLoggerSettings.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/9d06189b/wicket-core/src/main/java/org/apache/wicket/settings/RequestLoggerSettings.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/settings/RequestLoggerSettings.java b/wicket-core/src/main/java/org/apache/wicket/settings/RequestLoggerSettings.java index 519bcb6..a62d1a5 100644 --- a/wicket-core/src/main/java/org/apache/wicket/settings/RequestLoggerSettings.java +++ b/wicket-core/src/main/java/org/apache/wicket/settings/RequestLoggerSettings.java @@ -43,7 +43,7 @@ public class RequestLoggerSettings } /** - * @return The window size of the recorded requests. (default 2000) + * @return The window size of the recorded requests. (default 0) */ public int getRequestsWindowSize() { @@ -84,8 +84,8 @@ public class RequestLoggerSettings } /** - * Set the window of all the requests that is kept in memory for viewing. Default is 2000, You - * can set this to 0 then only Sessions data is recorded (number of request, total time, latest + * Set the window of all the requests that is kept in memory for viewing. Default is 0, You + * can let this to 0 then only Sessions data is recorded (number of request, total time, latest * size) * * @param size
