+git-annex (6.20170102) UNRELEASED; urgency=medium
+
+ * Increase default cost for p2p remotes from 200 to 1000.
+ This makes git-annex prefer transferring data from special
+ remotes when possible.
+
+ -- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400
+
git-annex (6.20170101) unstable; urgency=medium
* XMPP support has been removed from the assistant in this release.
chainGen :: P2PAddress -> Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote)
chainGen addr r u c gc = do
connpool <- mkConnectionPool
- cst <- remoteCost gc expensiveRemoteCost
+ cst <- remoteCost gc veryExpensiveRemoteCost
let this = Remote
{ uuid = u
, cost = cst