diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-23 16:30:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-23 16:30:08 -0400 |
commit | a457deed2d817370ab426fa7ccb1e773256153ec (patch) | |
tree | b578cdbd0c12e4cac58d0279391afe765ffa6498 | |
parent | 814d0db290b7c50b8ef281e0940eb3e6787c9e48 (diff) |
devblog
-rw-r--r-- | doc/devblog/day_279__.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_279__.mdwn b/doc/devblog/day_279__.mdwn new file mode 100644 index 000000000..54c7078a0 --- /dev/null +++ b/doc/devblog/day_279__.mdwn @@ -0,0 +1,10 @@ +Posted a design for [[balanced_preferred_content]]. This would let +preferred content expressions assign each file to N repositories out of a +group, selected using Math. Adding a repository could optionally be +configured to automatically rebalance the files (not very bandwidth +efficiently though). I think some have asked for a feature like this +before, so read the design and see if it would be useful for you. + +Spent a while debugging a problem with a S3 remote, which seems to have +been a misconfiguration in the end. But several improvements came out of +it to make it easier to debug S3 in the future etc. |