From e19683bedebc74593cb4c4518e47a334a5478e1e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 03 May 2008 08:10:07 +0000 Subject: Merge branch 'lh/cache' * lh/cache: Add page 'ls_cache' Redesign the caching layer --- (limited to 'cgit.h') 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; -- cgit v0.9.0.2