From 02d34b54beb18450438f3edbfa3734b14ecb0e94 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0" Date: Thu, 13 Sep 2012 18:10:30 +0000 Subject: [PATCH] --- doc/bugs/Feature_requests__63__.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/Feature_requests__63__.mdwn 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.