summaryrefslogtreecommitdiffstats
path: root/sample.config
blob: afeeda0cc97e8d35e020e2b874c0d0fcd1d7221c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[VCS]
# Standard stuff
basedir=%(home)s/rpmci
msg_basedir=%(basedir)s/msgqueue
process_logdir=%(basedir)s/process-logs

msgqueue=%(msg_basedir)s/vcs-queue
mirror_dir=%(basedir)s/vcs-mirror
# Minimum seconds between poll requests for a respository
poll_seconds=60
# Max connections to a given host like "git.gnome.org"
max_host_concurrency=4
# Hard limit on maximum concurrent operations
max_concurrency=16