From b76a4453cbb09fc21dfc2788b0d8a9012060f508 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Sep 2021 16:58:50 -0400 Subject: [PATCH] bwlimit branch --- doc/todo/bwlimit.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/todo/bwlimit.mdwn b/doc/todo/bwlimit.mdwn index 3821d93fa6..da1deffe69 100644 --- a/doc/todo/bwlimit.mdwn +++ b/doc/todo/bwlimit.mdwn @@ -9,3 +9,6 @@ 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]] [[confirmed]] + +> Implmentation in progress in the `bwlimit` branch. Seems to work, but see +> commit message for what still needs to be done. --[[Joey]]