mirror of
https://github.com/restic/restic.git
synced 2025-03-13 19:41:10 +00:00
rclone: use configured number of connections during create
This commit is contained in:
parent
60a5c35de9
commit
8c36317b71
@ -290,7 +290,7 @@ func Create(cfg Config) (*Backend, error) {
|
||||
}
|
||||
|
||||
restConfig := rest.Config{
|
||||
Connections: 20,
|
||||
Connections: cfg.Connections,
|
||||
URL: url,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user