mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
s3: Correct comment on the connections
option
This commit is contained in:
parent
c422010597
commit
a89a7a783a
@ -19,7 +19,7 @@ type Config struct {
|
|||||||
Prefix string
|
Prefix string
|
||||||
Layout string `option:"layout" help:"use this backend layout (default: auto-detect)"`
|
Layout string `option:"layout" help:"use this backend layout (default: auto-detect)"`
|
||||||
|
|
||||||
Connections uint `option:"connections" help:"set a limit for the number of concurrent connections (default: 20)"`
|
Connections uint `option:"connections" help:"set a limit for the number of concurrent connections (default: 5)"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewConfig returns a new Config with the default values filled in.
|
// NewConfig returns a new Config with the default values filled in.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user