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