diff --git a/htroot/ViewLog_p.java b/htroot/ViewLog_p.java index f6a75f527..6e3ef1bea 100644 --- a/htroot/ViewLog_p.java +++ b/htroot/ViewLog_p.java @@ -50,7 +50,7 @@ public class ViewLog_p { String[] log = new String[0]; boolean reversed = true; boolean json = false; - int maxlines = 200, lines = 200; + int maxlines = 1000, lines = 1000; /* Usually a regex like this would make no sense, ".*" would be * sufficient, but ".*.*" makes it a little bit more convenient * for the user to input regexes like ".*FOO.*" in the HTML