aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/config
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-11-24 01:59:14 +0100
committerMarcin Kuzminski <marcin@python-works.com>2012-11-24 01:59:14 +0100
commitd977553ed7e397633827d9c2b9c2346441259f1d (patch)
treedea0e101a52234f09b135cc8a1d9c0c0e70b1ba8 /rhodecode/config
parent803224ee1068090bb75e77ceb02101f2b29a1773 (diff)
Added option to ini files for controlling full cache of VCS instances.
This can increase performance for huge repositories like 300K changesets --HG-- branch : beta
Diffstat (limited to 'rhodecode/config')
-rw-r--r--rhodecode/config/deployment.ini_tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl
index 3aaaceb2..eb221ec1 100644
--- a/rhodecode/config/deployment.ini_tmpl
+++ b/rhodecode/config/deployment.ini_tmpl
@@ -60,6 +60,7 @@ cache_dir = %(here)s/data
index_dir = %(here)s/data/index
app_instance_uuid = ${app_instance_uuid}
cut_off_limit = 256000
+vcs_full_cache = True
force_https = false
commit_parse_limit = 50
use_gravatar = true