diff --git a/doc/bugs/Feature_requests__63__.mdwn b/doc/bugs/Feature_requests__63__.mdwn new file mode 100644 index 0000000000..acccec93a4 --- /dev/null +++ b/doc/bugs/Feature_requests__63__.mdwn @@ -0,0 +1,11 @@ +What steps will reproduce the problem? +Sync a lot of small files. + +What is the expected output? What do you see instead? +The expected output is hopefully a fast transfer. + +But currently it seems like git-annex is only using one thread to transfer(per host or total?) + +An option to select number of transfer threads to use(possibly per host) would be very nice. + +And maybe also an option to limit how long a queue the browser should show, it can become quite resource intensive with a long queue.