diff test.ini @ 3960:5293d4bbb1ea

Merged dev into stable/default/master branch
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jun 2013 00:31:11 +0200
parents 3563bb7b4b82 d7488551578e
children 17e3926c3753
line wrap: on
line diff
--- a/test.ini	Mon May 20 12:26:09 2013 +0200
+++ b/test.ini	Fri Jun 07 00:31:11 2013 +0200
@@ -47,7 +47,7 @@
 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 @@
 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