diff --git a/doc/bugs/get_is_busy_doing_nothing/comment_1_ea9363fac84619b72d6c9f2a3a5c2d6d._comment b/doc/bugs/get_is_busy_doing_nothing/comment_1_ea9363fac84619b72d6c9f2a3a5c2d6d._comment new file mode 100644 index 0000000000..9e4e3b6fe6 --- /dev/null +++ b/doc/bugs/get_is_busy_doing_nothing/comment_1_ea9363fac84619b72d6c9f2a3a5c2d6d._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-05-18T20:53:33Z" + content=""" +git-annex has stall detection, but it's not enabled by default, because how +slow a "stall" is can vary quite a bit. Setting annex.stalldetection would +probably help. + +Plenty of http clients can stall out if there's a network problem. For +example, wget that and pull the ethernet cable; you'll see wget hang for at +least as long as it took me to write this comment. Since it's just waiting +for a read, it will block until the TCP connection closes, and situations can +cause dead TCP connections to not close for a long time. +"""]]