From c6cf3a424a0860d69b290254d9b19d35527b2d27 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 13 May 2007 17:15:06 +0200 Subject: Add max-commit-count parameter to cgitrc This enabled customizing number of commits shown per page in log view. It also changes the default from 100 to 50, mainly due to the more cpu intensive log pages (number of files/lines changed) but also since 100 log messages requires excessive scrolling. Signed-off-by: Lars Hjemli --- cgitrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cgitrc') diff --git a/cgitrc b/cgitrc index f217b39..019781e 100644 --- a/cgitrc +++ b/cgitrc @@ -55,6 +55,10 @@ #max-message-length=60 +## Number of commits per page in log view +#max-commit-count=50 + + ## Root of cached output #cache-root=/var/cache/cgit -- cgit v1.2.3-59-g8ed1b