cgit.c: add support for caching autodetected repositories

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2009-08-20 17:41:54 +02:00
parent 302a3efa26
commit d746827ec4
2 changed files with 75 additions and 1 deletions

1
cgit.h
View File

@ -168,6 +168,7 @@ struct cgit_config {
int cache_max_create_time;
int cache_repo_ttl;
int cache_root_ttl;
int cache_scanrc_ttl;
int cache_static_ttl;
int embedded;
int enable_index_links;