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 | 112b2080626c62fff27cf8aaa9ac2fb07eb50b74 (diff) | |
parent | 9000bbf865cb3578ba5ed3810dc44253cb46ec7f (diff) |
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
@@ -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; |