diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-05-03 10:10:07 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-05-03 10:10:07 +0200 |
commit | e19683bedebc74593cb4c4518e47a334a5478e1e (patch) | |
tree | 8b4f231327d27b9451a6d9ab4b2af47558c61352 /cgit.h | |
parent | Print an error if filename is not found in html_include. (diff) | |
parent | Add page 'ls_cache' (diff) | |
download | cgit-pink-e19683bedebc74593cb4c4518e47a334a5478e1e.tar.gz cgit-pink-e19683bedebc74593cb4c4518e47a334a5478e1e.zip |
Merge branch 'lh/cache'
* lh/cache: Add page 'ls_cache' Redesign the caching layer
Diffstat (limited to '')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index daebeff..bbb404e 100644 --- a/cgit.h +++ b/cgit.h @@ -136,6 +136,7 @@ struct cgit_config { 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; |