Add 'max-atom-items' config variable

This allows one to specify the items in the RSS feeds

Signed-off-by: Aaron Griffin <agriffin@datalogics.com>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Aaron Griffin
2010-02-04 18:08:16 -06:00
committed by Lars Hjemli
parent 65ced7c009
commit 80476b0d28
4 changed files with 9 additions and 1 deletions

1
cgit.h
View File

@@ -184,6 +184,7 @@ struct cgit_config {
int enable_remote_branches;
int enable_tree_linenumbers;
int local_time;
int max_atom_items;
int max_repo_count;
int max_commit_count;
int max_lock_attempts;