Selaa lähdekoodia

daemon: fix docs for config-default constants

Signed-off-by: Cory Snider <csnider@mirantis.com>
Cory Snider 2 vuotta sitten
vanhempi
commit
ad4073edc1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      daemon/config/config.go

+ 2 - 2
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