mirror of
https://git.zx2c4.com/cgit
synced 2025-07-19 18:34:46 +02:00
Merge branch 'lh/cache'
* lh/cache: Add page 'ls_cache' Redesign the caching layer
This commit is contained in:
commit
e19683bede
7 changed files with 510 additions and 220 deletions
1
cgit.h
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue