aboutsummaryrefslogtreecommitdiff
path: root/templates/cgitrc.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-09-07 11:06:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-09-07 11:06:18 -0300
commit17037d6971f2c4a3e48619df64c1f6ab4bf1c98f (patch)
tree87bd21a52592531c93bcdd4a98d630ca902063bf /templates/cgitrc.erb
parent873102498ed297680997f8f25b559b7f8e0b986f (diff)
downloadpuppet-git-17037d6971f2c4a3e48619df64c1f6ab4bf1c98f.tar.gz
puppet-git-17037d6971f2c4a3e48619df64c1f6ab4bf1c98f.tar.bz2
Increase caching
Diffstat (limited to 'templates/cgitrc.erb')
-rw-r--r--templates/cgitrc.erb10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/cgitrc.erb b/templates/cgitrc.erb
index 8917fb9..3838b0d 100644
--- a/templates/cgitrc.erb
+++ b/templates/cgitrc.erb
@@ -13,13 +13,15 @@ clone-url=<%= @clone_url %>
snapshots=tar.gz tar.bz2
# caching
-cache=<% @cache %>
-cache-size=<% @cache_size %>
cache-about-ttl=<% @cache_about_ttl %>
cache-dynamic-ttl=<% @cache_dynamic_ttl %>
-cache-static-ttl=<% @cache_static_ttl %>
-cache-root-ttl=<% @cache_root_ttl %>
cache-repo-ttl=<% @cache_repo_ttl %>
+cache-root=<% @cache_root %>
+cache-root-ttl=<% @cache_root_ttl %>
+cache-scanrc-ttl=<% @cache_scanrc_ttl %>
+cache-size=<% @cache_size %>
+cache-snapshot-ttl=<% @cache_snapshot_ttl %>
+cache-static-ttl=<% @cache_static_ttl %>
# switches
enable-http-clone=1