diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -47,7 +47,7 @@ threads = 5 max_request_body_size = 107374182400 use = egg:waitress#main -host = 127.0.0.1 +host = 0.0.0.0 port = 5000 ## prefix middleware for rc @@ -68,6 +68,10 @@ lang = en cache_dir = /tmp/rc/data index_dir = /tmp/rc/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 = true + ## uncomment and set this path to use archive download cache #archive_cache_dir = /tmp/tarballcache