todo
This commit is contained in:
parent
34a49661d4
commit
02e74c010b
1 changed files with 9 additions and 0 deletions
9
doc/todo/bwlimit.mdwn
Normal file
9
doc/todo/bwlimit.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
Add a git config to limit the bandwidth of transfers to/from remotes.
|
||||
|
||||
rsync has --bwlimit, so used to work, but is not used with modern
|
||||
git-annex for p2p transfers. (bup also has a --bwlimit)
|
||||
|
||||
This should be possible to implement in a way that works for any remote
|
||||
that streams to/from a bytestring, by just pausing for a fraction of a
|
||||
second when it's running too fast. The way the progress reporting interface
|
||||
works, it will probably work to put the delay in there. --[[Joey]]
|
Loading…
Add table
Add a link
Reference in a new issue