add a TODO

Change-Id: I653b5cea785ba08455e84e06f01734a6d384f240
This commit is contained in:
Brad Fitzpatrick 2013-08-29 16:12:18 -07:00
parent 70d1bfd635
commit 2963597d1e
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -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\("