diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-08-20 17:41:54 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-08-24 10:22:57 +0200 |
commit | d746827ec43a6dd53bce56ee8d8100a03383329e (patch) | |
tree | f7d9e273672b7d0cf6c97bb40f7573a5d2ae178d /cgit.h | |
parent | cgit.c: make print_repolist() and print_repo() reusable for caching (diff) | |
download | cgit-pink-d746827ec43a6dd53bce56ee8d8100a03383329e.tar.gz cgit-pink-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
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; |