From 1033a81d63ddc7cb178df934a0c54e547531c443 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Sep 2021 15:29:07 -0400 Subject: [PATCH] mention tiny wart --- doc/todo/bwlimit.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/todo/bwlimit.mdwn b/doc/todo/bwlimit.mdwn index 675896cfe0..a582f62b19 100644 --- a/doc/todo/bwlimit.mdwn +++ b/doc/todo/bwlimit.mdwn @@ -31,5 +31,11 @@ works, it will probably work to put the delay in there. --[[Joey]] > I have not done so yet though, and am closing this.. > --[[Joey]] +> (One other small caveat is that it pauses after each chunk, which means +> it pauses unncessarily after the last chunk of the file. It doesn't know +> it's the last chunk, and it would be hard to teach it. And the chunks +> tend to be 32kb or so, and the pauses a small fraction of a second. So +> mentioning this only for completeness.) --[[Joey]] + [[done]]