mirror of
https://git.zx2c4.com/cgit
synced 2025-07-14 12:14:31 +02:00
cgit.c: add support for caching autodetected repositories
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
302a3efa26
commit
d746827ec4
2 changed files with 75 additions and 1 deletions
1
cgit.h
1
cgit.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue