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 <hjemli@gmail.com>
此提交包含在:
Lars Hjemli
2007-05-13 17:15:06 +02:00
父節點 80e577c3ef
當前提交 c6cf3a424a
共有 4 個檔案被更改,包括 10 行新增2 行删除

4
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