diff options
| -rw-r--r-- | cgitrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,16 +4,16 @@ # # # Enable caching of up to 1000 output entries -cache-size=100000 +cache-size=1000 ## ttl for root page -cache-root-ttl=30 +cache-root-ttl=5 ## ttl for repo summary page -cache-repo-ttl=30 +cache-repo-ttl=5 ## ttl for other dynamic pages -cache-dynamic-ttl=15 +cache-dynamic-ttl=5 ## ttl for static pages (addressed by SHA-1) cache-static-ttl=-1 |
