diff 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
line wrap: on
line diff
--- a/development.ini	Tue May 01 21:59:03 2018 +0200
+++ b/development.ini	Fri May 04 21:45:55 2018 +0200
@@ -98,11 +98,6 @@
 cache_dir = %(here)s/data
 index_dir = %(here)s/data/index
 
-## perform a full repository scan on each server start, this should be
-## set to false after first startup, to allow faster server restarts.
-#initial_repo_scan = false
-initial_repo_scan = true
-
 ## uncomment and set this path to use archive download cache
 archive_cache_dir = %(here)s/tarballcache