rclone: Make concurrent connections configurable

This commit is contained in:
Alexander Neumann 2018-03-24 18:37:36 +01:00
parent 0b776e63e7
commit c43c94776b
3 changed files with 10 additions and 6 deletions

View file

@ -13,7 +13,8 @@ func TestParseConfig(t *testing.T) {
{
"rclone:local:foo:/bar",
Config{
Remote: "local:foo:/bar",
Remote: "local:foo:/bar",
Connections: 5,
},
},
}