author | Lars Hjemli <hjemli@gmail.com> | 2009-08-20 15:41:54 (UTC) |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-08-24 08:22:57 (UTC) |
commit | d746827ec43a6dd53bce56ee8d8100a03383329e (patch) (side-by-side diff) | |
tree | f7d9e273672b7d0cf6c97bb40f7573a5d2ae178d /cgit.h | |
parent | 302a3efa261b1b6127b2a2189e25ab45019b1b54 (diff) | |
download | cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.zip cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.gz cgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.bz2 |
cgit.c: add support for caching autodetected repositories
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,32 +155,33 @@ struct cgit_config { char *index_info; char *logo; char *logo_link; char *module_link; char *repo_group; char *robots; char *root_title; char *root_desc; char *root_readme; char *script_name; char *virtual_root; int cache_size; int cache_dynamic_ttl; 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; int enable_log_filecount; int enable_log_linecount; int local_time; int max_repo_count; int max_commit_count; int max_lock_attempts; int max_msg_len; int max_repodesc_len; int max_stats; int nocache; int noplainemail; int noheader; int renamelimit; |