summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-06 17:15:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-06 17:15:28 -0400
commitaa34e4147975ed47b1cc85086ecbd2c4b86e99e2 (patch)
tree7a2e59cc429a9b7143ffdd5a2c91eb73ffffe105
parent108d51811a2befe1da8f5259a9e2d13dcb91c28f (diff)
devblog
-rw-r--r--doc/devblog/day_95__reconnection_revisited.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_95__reconnection_revisited.mdwn b/doc/devblog/day_95__reconnection_revisited.mdwn
new file mode 100644
index 000000000..b2d5b28a5
--- /dev/null
+++ b/doc/devblog/day_95__reconnection_revisited.mdwn
@@ -0,0 +1,13 @@
+Taught the assistant to stop reusing an existing `git annex transferkeys`
+process after it detects a network connection change. I don't think this is
+a complete solution to what to do about long-duration network connections
+in remotes. For one thing a remote could take a long time to time out
+when the network is disconnected, and block other transfers (eg to
+local drives) in the meantime. But at least if a remote loses its network
+connection and does not try to reconnect on its own, and so is continually
+failing, this will get it back into a working state eventually.
+
+Also, fixed a problem with the OSX Mavericks build, it seems that the
+versions of wget and coreutils stuff that I was including in it were built
+by homebrew with full optimisations turned on, so didn't work on some CPUs.
+Replaced those with portable builds.