comparison development.ini @ 7260:52544ad8a946

ini: drop setting initial_repo_scan The ini setting 'initial_repo_scan' caused a repository scan on each startup of Kallithea. The accompanying comment already warns that the feature should be disabled after the first run to improve startup time. Now that setup-db is performing the initial repository scan, and considering that administrators can always request a new scan using 'gearbox repo-scan' or via the web interface, the 'initial_repo_scan' feature is no longer considered useful and is removed with this commit.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Fri, 04 May 2018 21:45:55 +0200
parents d24051ce961c
children 9937ae52f167
comparison
equal deleted inserted replaced
7259:6e270cedc8aa 7260:52544ad8a946
96 i18n.lang = 96 i18n.lang =
97 97
98 cache_dir = %(here)s/data 98 cache_dir = %(here)s/data
99 index_dir = %(here)s/data/index 99 index_dir = %(here)s/data/index
100 100
101 ## perform a full repository scan on each server start, this should be
102 ## set to false after first startup, to allow faster server restarts.
103 #initial_repo_scan = false
104 initial_repo_scan = true
105
106 ## uncomment and set this path to use archive download cache 101 ## uncomment and set this path to use archive download cache
107 archive_cache_dir = %(here)s/tarballcache 102 archive_cache_dir = %(here)s/tarballcache
108 103
109 ## change this to unique ID for security 104 ## change this to unique ID for security
110 #app_instance_uuid = VERY-SECRET 105 #app_instance_uuid = VERY-SECRET