mirror of https://github.com/perkeep/perkeep.git
more TODO
Change-Id: Iade5be2c9f2759790d6c31e62d6a1ec9c1911d9f
This commit is contained in:
parent
26e8b857ce
commit
53c7027160
6
TODO
6
TODO
|
@ -6,7 +6,11 @@ Offline list:
|
|||
|
||||
-- remove all the blobhub stuff from the blobserver storage interface
|
||||
and move it elsewhere? nobody really implements it anyway, suggesting
|
||||
it's at the wrong level.
|
||||
it's at the wrong level. in the process, also look into simplifying
|
||||
the EnumerateBlobs interface and its "wait" parameter. perhaps we need
|
||||
a new optional AwaitNewBlob method on a storage interface, and the
|
||||
HTTP layer would use that, instead of assuming that all EnumerateBlob
|
||||
impls can wait.
|
||||
|
||||
-- change representation of *blobref.BlobRef to a value type with smaller
|
||||
memory usage and no internal string cache, so it can be used as a map
|
||||
|
|
Loading…
Reference in New Issue