aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-20 17:41:54 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-24 10:22:57 +0200
commitd746827ec43a6dd53bce56ee8d8100a03383329e (patch)
treef7d9e273672b7d0cf6c97bb40f7573a5d2ae178d /cgit.h
parentcgit.c: make print_repolist() and print_repo() reusable for caching (diff)
downloadcgit-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index adb8da4..5659580 100644
--- a/cgit.h
+++ b/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;