From 2963597d1e1452e301b707998b9991d8eb46cfd1 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 29 Aug 2013 16:12:18 -0700 Subject: [PATCH] add a TODO Change-Id: I653b5cea785ba08455e84e06f01734a6d384f240 --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 09e512c36..6561e262f 100644 --- a/TODO +++ b/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\("