summaryrefslogtreecommitdiffabout
path: root/cgit.h
authorLars Hjemli <hjemli@gmail.com>2008-05-03 08:10:07 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2008-05-03 08:10:07 (UTC)
commite19683bedebc74593cb4c4518e47a334a5478e1e (patch) (unidiff)
tree8b4f231327d27b9451a6d9ab4b2af47558c61352 /cgit.h
parent112b2080626c62fff27cf8aaa9ac2fb07eb50b74 (diff)
parent9000bbf865cb3578ba5ed3810dc44253cb46ec7f (diff)
downloadcgit-e19683bedebc74593cb4c4518e47a334a5478e1e.zip
cgit-e19683bedebc74593cb4c4518e47a334a5478e1e.tar.gz
cgit-e19683bedebc74593cb4c4518e47a334a5478e1e.tar.bz2
Merge branch 'lh/cache'
* lh/cache: Add page 'ls_cache' Redesign the caching layer
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h1
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
@@ -131,16 +131,17 @@ struct cgit_config {
131 char *module_link; 131 char *module_link;
132 char *repo_group; 132 char *repo_group;
133 char *robots; 133 char *robots;
134 char *root_title; 134 char *root_title;
135 char *root_desc; 135 char *root_desc;
136 char *root_readme; 136 char *root_readme;
137 char *script_name; 137 char *script_name;
138 char *virtual_root; 138 char *virtual_root;
139 int cache_size;
139 int cache_dynamic_ttl; 140 int cache_dynamic_ttl;
140 int cache_max_create_time; 141 int cache_max_create_time;
141 int cache_repo_ttl; 142 int cache_repo_ttl;
142 int cache_root_ttl; 143 int cache_root_ttl;
143 int cache_static_ttl; 144 int cache_static_ttl;
144 int enable_index_links; 145 int enable_index_links;
145 int enable_log_filecount; 146 int enable_log_filecount;
146 int enable_log_linecount; 147 int enable_log_linecount;