mirror of
https://github.com/restic/restic.git
synced 2025-08-13 21:30:00 +00:00
rclone: Make concurrent connections configurable
This commit is contained in:
@@ -212,7 +212,7 @@ func Open(cfg Config) (*Backend, error) {
|
||||
}
|
||||
|
||||
restConfig := rest.Config{
|
||||
Connections: 20,
|
||||
Connections: cfg.Connections,
|
||||
URL: url,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user