summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-24 16:01:46 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-24 16:01:46 +0300
commitc5943429d6758a18a3af99be5f050ca3ae93bd67 (patch)
tree574467cc546eabc190e6834f159f7d2a8542e6c6
parent8d7be2a4659f20af0386048b2444f6d0adc59c41 (diff)
downloaddebian-ansible-c5943429d6758a18a3af99be5f050ca3ae93bd67.tar.gz
Disable cgit caching
-rw-r--r--roles/gitano_server/templates/cgitrc.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/gitano_server/templates/cgitrc.j2 b/roles/gitano_server/templates/cgitrc.j2
index 4e518cf..446210f 100644
--- a/roles/gitano_server/templates/cgitrc.j2
+++ b/roles/gitano_server/templates/cgitrc.j2
@@ -1,5 +1,5 @@
-# Enable caching of up to 1000 output entriess
-cache-size=1000
+# Disable caching.
+cache-size=0
# Specify some default clone prefixes
clone-prefix=git://{{ item }}