diff options
author | Lars Hjemli | 2009-08-20 17:41:54 +0200 |
---|---|---|
committer | Lars Hjemli | 2009-08-24 10:22:57 +0200 |
commit | d746827ec43a6dd53bce56ee8d8100a03383329e (patch) | |
tree | f7d9e273672b7d0cf6c97bb40f7573a5d2ae178d /cgit.h | |
parent | 302a3efa261b1b6127b2a2189e25ab45019b1b54 (diff) | |
download | cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.gz cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.bz2 cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.zip |
cgit.c: add support for caching autodetected repositories
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -168,6 +168,7 @@ struct cgit_config { | |||
168 | int cache_max_create_time; | 168 | int cache_max_create_time; |
169 | int cache_repo_ttl; | 169 | int cache_repo_ttl; |
170 | int cache_root_ttl; | 170 | int cache_root_ttl; |
171 | int cache_scanrc_ttl; | ||
171 | int cache_static_ttl; | 172 | int cache_static_ttl; |
172 | int embedded; | 173 | int embedded; |
173 | int enable_index_links; | 174 | int enable_index_links; |