aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index ab70713..1bfe898 100644
--- a/README
+++ b/README
@@ -70,3 +70,5 @@ Other thoughts:
the chunks you want
- Get rid of cpickle, it's way more than we need for saving essentially a
few ints and a block list even though it is very convenient
+- Because of the way we refcount blocks I don't think we can open/unlink a
+ file like you would for temp files, but that's not the purpose anyway