mirror of https://github.com/perkeep/perkeep.git
add a TODO
Change-Id: I653b5cea785ba08455e84e06f01734a6d384f240
This commit is contained in:
parent
70d1bfd635
commit
2963597d1e
4
TODO
4
TODO
|
@ -4,6 +4,10 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac
|
|||
|
||||
Offline list:
|
||||
|
||||
-- use 'int' instead of 'int64' for blob sizes everywhere. blobs
|
||||
have a max size of 10-32 MB anyway. definitely not bigger than
|
||||
what will fit in memory (which is what int means)
|
||||
|
||||
-- verify all ReceiveBlob calls and see which should be blobserver.Receive
|
||||
instead, or ReceiveNoHash. git grep -E "\.ReceiveBlob\("
|
||||
|
||||
|
|
Loading…
Reference in New Issue