From 75634f9a1e09375780b246fd20211710708cc1fb Mon Sep 17 00:00:00 2001 From: Cory Snider Date: Fri, 28 Oct 2022 15:52:57 -0400 Subject: [PATCH] daemon: fix docs for config-default constants Signed-off-by: Cory Snider (cherry picked from commit ad4073edc174725849eb5b9c7f4977ce45a0ed19) Signed-off-by: Cory Snider --- daemon/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/config/config.go b/daemon/config/config.go index 4acebba7f3..5d9db926c8 100644 --- a/daemon/config/config.go +++ b/daemon/config/config.go @@ -24,11 +24,11 @@ import ( const ( // DefaultMaxConcurrentDownloads is the default value for // maximum number of downloads that - // may take place at a time for each pull. + // may take place at a time. DefaultMaxConcurrentDownloads = 3 // DefaultMaxConcurrentUploads is the default value for // maximum number of uploads that - // may take place at a time for each push. + // may take place at a time. DefaultMaxConcurrentUploads = 5 // DefaultDownloadAttempts is the default value for // maximum number of attempts that