mirror of
https://git.zx2c4.com/cgit
synced 2025-08-28 05:44:16 +02:00
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>
This commit is contained in:
parent
80e577c3ef
commit
c6cf3a424a
4 changed files with 10 additions and 2 deletions
1
cgit.h
1
cgit.h
|
@ -87,6 +87,7 @@ extern int cgit_cache_static_ttl;
|
|||
extern int cgit_cache_max_create_time;
|
||||
|
||||
extern int cgit_max_msg_len;
|
||||
extern int cgit_max_commit_count;
|
||||
|
||||
extern char *cgit_repo_name;
|
||||
extern char *cgit_repo_desc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue