diff options
author | David Barksdale <amatus@amatus.name> | 2015-07-01 23:15:59 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-07-01 23:15:59 -0500 |
commit | 88e5e2307a5bce44a19f452e4b93dc1656c8c874 (patch) | |
tree | 4a923f55de7fdcc6b2b406ef02b5e57542857e85 /README.md | |
parent | c55b1896cb657608ca7ac5dee1c15f4335d0339b (diff) |
Don't read published files into RAM
The needed GNUnet API change was made but cannot be pushed upstream as
it would conflict with the GNUNET_FS_FLAGS_PERSISTENCE flag.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -24,8 +24,6 @@ Roadmap * Publish. * The user can only select one file at a time. * No directory support. - * Needs a GNUnet API change to access the File object piecewise instead - of loading the entire thing into RAM. * Download. * No directory support. * Needs indexedDB support to store the file piecewise instead of |