mirror of
https://github.com/restic/restic.git
synced 2025-12-04 00:11:47 +00:00
rclone: Make concurrent connections configurable
This commit is contained in:
@@ -13,7 +13,8 @@ func TestParseConfig(t *testing.T) {
|
||||
{
|
||||
"rclone:local:foo:/bar",
|
||||
Config{
|
||||
Remote: "local:foo:/bar",
|
||||
Remote: "local:foo:/bar",
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user