have the builders upload to the hub in 10Mb chunks rather than 1Mb

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2016-09-08 19:09:47 +00:00
parent 0a7356b983
commit e8a76b49a9

View file

@ -2,6 +2,9 @@
; The number of seconds to sleep between tasks ; The number of seconds to sleep between tasks
; sleeptime=15 ; sleeptime=15
; upload in 10Mb chunks rather tha 1Mb this is a client configurable option
upload_blocksize = 10485760
; The maximum number of jobs that kojid will handle at a time ; The maximum number of jobs that kojid will handle at a time
maxjobs=25 maxjobs=25