From e8a76b49a9921874f2de4862cc9e832fba36acfc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 8 Sep 2016 19:09:47 +0000 Subject: [PATCH] have the builders upload to the hub in 10Mb chunks rather than 1Mb Signed-off-by: Dennis Gilmore --- roles/koji_builder/templates/kojid.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 53b682521d..823d0e8d99 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -2,6 +2,9 @@ ; The number of seconds to sleep between tasks ; 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 maxjobs=25