comparison development.ini @ 3025:f61adead3520 beta

Added option to ini files for controlling full cache of VCS instances. This can increase performance for huge repositories like 300K changesets
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Nov 2012 01:59:14 +0100
parents 6e76b4892d72
children 30a226406fa4
comparison
equal deleted inserted replaced
3024:1361ddff4486 3025:f61adead3520
58 lang = en 58 lang = en
59 cache_dir = %(here)s/data 59 cache_dir = %(here)s/data
60 index_dir = %(here)s/data/index 60 index_dir = %(here)s/data/index
61 app_instance_uuid = rc-develop 61 app_instance_uuid = rc-develop
62 cut_off_limit = 256000 62 cut_off_limit = 256000
63 vcs_full_cache = True
63 force_https = false 64 force_https = false
64 commit_parse_limit = 25 65 commit_parse_limit = 25
65 use_gravatar = true 66 use_gravatar = true
66 67
67 ## alternative_gravatar_url allows you to use your own avatar server application 68 ## alternative_gravatar_url allows you to use your own avatar server application