diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw <Daniel@web> | 2013-08-04 14:08:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-04 14:08:36 +0000 |
commit | 114d193ff5ec180b9f26f20266133dd3970fd0ab (patch) | |
tree | f7c2ed8d7f423b225f7f21ce8748e9cb2391c728 /doc | |
parent | 4171b59ebd9c68b2cf3d24e807f131e1abe66134 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/assistant_parallel_file_transfers.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/assistant_parallel_file_transfers.txt b/doc/todo/assistant_parallel_file_transfers.txt new file mode 100644 index 000000000..aafddf038 --- /dev/null +++ b/doc/todo/assistant_parallel_file_transfers.txt @@ -0,0 +1,15 @@ +Hi and thank you for an incredible piece of software and great work! + +I've noticed that when I add new files to a repository and I have my USB drive connected, the assistant alternate it's transfers of files. And only transfers one queued file at the time. + +file1 -->> Internet offsite computer +file1 -->> USB drive +file2 -->> Internet offsite computer +file2 -->> USB drive + + +I would prefer a logic where the assistant transfer files in parallel to my different repositories. I know that it might not be a good thing doing that with network accessed repositories, but when I have "low cost", locally attached USB drives it would be great if the transfers could be done in parallel. + + +Is there a configuration option for this already? + |