diff options
| -rw-r--r-- | cgitrc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,17 +3,17 @@ # reference: https://linux.die.net/man/5/cgitrc # # -# Enable caching of up to 1000 output entries -cache-size=1000 +# Enable caching of up to X output entries +cache-size=9999 ## ttl for root page -cache-root-ttl=5 +cache-root-ttl=120 ## ttl for repo summary page -cache-repo-ttl=5 +cache-repo-ttl=120 ## ttl for other dynamic pages -cache-dynamic-ttl=5 +cache-dynamic-ttl=240 ## ttl for static pages (addressed by SHA-1) cache-static-ttl=-1 |
