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