comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 May 2022 21:01:33 +0000 (17:01 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 May 2022 21:01:33 +0000 (17:01 -0400)
doc/bugs/get_is_busy_doing_nothing/comment_1_ea9363fac84619b72d6c9f2a3a5c2d6d._comment [new file with mode: 0644]

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 (file)
index 0000000..9e4e3b6
--- /dev/null
@@ -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.
+"""]]