comparison test.ini @ 3778:88f11b5eb6db beta

added initial_repo_scan flag for controll if repo scaning should be performed on every startup. There's always paster repo-scan or repo scann triggered from admin pannel
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 22 Apr 2013 14:20:14 +0200
parents 659bd922520e
children d7488551578e
comparison
equal deleted inserted replaced
3777:0b6982223baa 3778:88f11b5eb6db
65 ## Optional Languages 65 ## Optional Languages
66 ## en, fr, ja, pt_BR, zh_CN, zh_TW, pl 66 ## en, fr, ja, pt_BR, zh_CN, zh_TW, pl
67 lang = en 67 lang = en
68 cache_dir = /tmp/rc/data 68 cache_dir = /tmp/rc/data
69 index_dir = /tmp/rc/index 69 index_dir = /tmp/rc/index
70
71 ## perform a full repository scan on each server start, this should be
72 ## set to false after first startup, to allow faster server restarts.
73 initial_repo_scan = true
70 74
71 ## uncomment and set this path to use archive download cache 75 ## uncomment and set this path to use archive download cache
72 #archive_cache_dir = /tmp/tarballcache 76 #archive_cache_dir = /tmp/tarballcache
73 77
74 ## change this to unique ID for security 78 ## change this to unique ID for security