aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgitrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/cgitrc b/cgitrc
index 84f6244..4ed07df 100644
--- a/cgitrc
+++ b/cgitrc
@@ -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