From 1a361dca376b189ee25944d8af3bd61b3eea7072 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Dec 2020 16:20:57 -0400 Subject: [PATCH] devblog --- doc/devblog/day_636__stall_stall.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/devblog/day_636__stall_stall.mdwn diff --git a/doc/devblog/day_636__stall_stall.mdwn b/doc/devblog/day_636__stall_stall.mdwn new file mode 100644 index 0000000000..3c04f71830 --- /dev/null +++ b/doc/devblog/day_636__stall_stall.mdwn @@ -0,0 +1,11 @@ +I got annex.stalldetection implemented yesterday without much drama. It was +a big patch, and it all worked on the first try. But ended up also spending +all of today working on it. After sleeping on it, I realized there were +several things I needed to improve. Including making a real +protocol that git-annex uses to talk to the helper `git-annex +transferrer` processes, to make it fairly future proof. + +---- + +This work was sponsored by Jake Vosloo and Mark Reidenbach +[on Patreon](https://patreon.com/joeyh).