diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-09 14:08:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-09 14:08:33 -0400 |
commit | e112ec127186bbc6d1528ad09d723988e068e834 (patch) | |
tree | 037def92f01bc572d07d0f1f1273589ee6f78d58 /doc/bugs/wget_invocation_should_get_timeout_options | |
parent | 5f603154c96ceecd7cb42eb0440e5c10b8479bda (diff) |
response
Diffstat (limited to 'doc/bugs/wget_invocation_should_get_timeout_options')
-rw-r--r-- | doc/bugs/wget_invocation_should_get_timeout_options/comment_1_a1126fe3f8ab74d623204f98c30dd052._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/wget_invocation_should_get_timeout_options/comment_1_a1126fe3f8ab74d623204f98c30dd052._comment b/doc/bugs/wget_invocation_should_get_timeout_options/comment_1_a1126fe3f8ab74d623204f98c30dd052._comment new file mode 100644 index 000000000..147051498 --- /dev/null +++ b/doc/bugs/wget_invocation_should_get_timeout_options/comment_1_a1126fe3f8ab74d623204f98c30dd052._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-09-09T18:03:27Z" + content=""" +Well, if any operation that gets a file stalls for some reason, then yes, +everything stalls. + +wget has various options like --read-timeout, but I don't see how git-annex +could guess at sane defaults to use for those. If there are sane defaults +for those options, wget probably already implements them. Indeed, +it seems it already defaults --read-timeout to 900 seconds. + +You can of course pass such options if you want to. + +So, I'm not clear what's being asked for here, or how it's a bug in +git-annex at all. +"""]] |