daemon: fix docs for config-default constants
Signed-off-by: Cory Snider <csnider@mirantis.com>
(cherry picked from commit ad4073edc1
)
Signed-off-by: Cory Snider <csnider@mirantis.com>
This commit is contained in:
parent
ad11d3f232
commit
75634f9a1e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue