aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgitrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/cgitrc b/cgitrc
index 6f77877..702fe23 100644
--- a/cgitrc
+++ b/cgitrc
@@ -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