rclone: Make concurrent connections configurable
This commit is contained in:
parent
0b776e63e7
commit
c43c94776b
3 changed files with 10 additions and 6 deletions
|
@ -212,7 +212,7 @@ func Open(cfg Config) (*Backend, error) {
|
|||
}
|
||||
|
||||
restConfig := rest.Config{
|
||||
Connections: 20,
|
||||
Connections: cfg.Connections,
|
||||
URL: url,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue