Merge branch 'lh/cache'

* lh/cache:
  Add page 'ls_cache'
  Redesign the caching layer
This commit is contained in:
Lars Hjemli
2008-05-03 10:10:07 +02:00
7 changed files with 510 additions and 220 deletions

1
cgit.h
View File

@ -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;