This commit is contained in:
Joey Hess 2022-05-18 17:01:33 -04:00
parent bf2e38c3d7
commit 70f25ad757
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.
"""]]