rclone: use configured number of connections during create
This commit is contained in:
parent
60a5c35de9
commit
8c36317b71
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ func Create(cfg Config) (*Backend, error) {
|
|||
}
|
||||
|
||||
restConfig := rest.Config{
|
||||
Connections: 20,
|
||||
Connections: cfg.Connections,
|
||||
URL: url,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue