From efbc77f505907b0a9209a2d3038dff783d8f6394 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Dec 2020 15:46:46 -0400 Subject: [PATCH] reword --- doc/devblog/day_634__new_features.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/devblog/day_634__new_features.mdwn b/doc/devblog/day_634__new_features.mdwn index df7aa44f1e..bd8271715f 100644 --- a/doc/devblog/day_634__new_features.mdwn +++ b/doc/devblog/day_634__new_features.mdwn @@ -17,7 +17,8 @@ later in places where `--unlock` is currently used. ---- -Present: This week, I've been working on serializing all console IO +Present: This week, I've been working on an internal protocol to +comminicate about all console IO that git-annex does, so it can start some child processes to perform long-running tasks, like downloads. The goal is to [[detect stalled transfers and cancel or retry them|todo/more_extensive_retries_to_mask_transient_failures]].