aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/box.com_never_stops_syncing..mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-05 13:51:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-05 13:51:54 -0400
commitc64785074b925f725acb5ed254d73b310179cba0 (patch)
tree542abb3d221d0c4b861e3edcbc3ebbb54ed87134 /doc/bugs/box.com_never_stops_syncing..mdwn
parenta82b564462580b46b781df38ff1015685617675a (diff)
webdav: When built with a new enough haskell DAV (0.6), disable the http response timeout, which was only 5 seconds.
Diffstat (limited to 'doc/bugs/box.com_never_stops_syncing..mdwn')
-rw-r--r--doc/bugs/box.com_never_stops_syncing..mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/box.com_never_stops_syncing..mdwn b/doc/bugs/box.com_never_stops_syncing..mdwn
index 42b2eaf1a..d8e5391b5 100644
--- a/doc/bugs/box.com_never_stops_syncing..mdwn
+++ b/doc/bugs/box.com_never_stops_syncing..mdwn
@@ -61,3 +61,14 @@ failed
"""]]
More to come(full log)
+
+> This is [[fixed|done]] in git; when built with a new enough
+> version of the haskell DAV library, git-annex disables the default 5
+> second timeout.
+>
+> It'll still be present in the Debian stable backports, which are
+> built with an old version of DAV. Not much I can do about that;
+> backporting DAV would be difficult.
+>
+> The daily builds are updated to use the new version.
+> --[[Joey]]