rclone: Make concurrent connections configurable
This commit is contained in:
parent
0b776e63e7
commit
c43c94776b
3 changed files with 10 additions and 6 deletions
|
@ -13,7 +13,8 @@ func TestParseConfig(t *testing.T) {
|
|||
{
|
||||
"rclone:local:foo:/bar",
|
||||
Config{
|
||||
Remote: "local:foo:/bar",
|
||||
Remote: "local:foo:/bar",
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue