From 0c73a65f780b6245a416e6ac09f03a88f658f98c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 2 Dec 2013 12:01:42 -0800 Subject: [PATCH] TODO: use uint32 for SizedRef, not int Change-Id: I6f8bdfd483c1be4e3ec933f2bf05686163ed2bd7 --- TODO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index b206a20c1..23411ec62 100644 --- a/TODO +++ b/TODO @@ -21,9 +21,9 @@ Offline list: has to try to upload it (doing a remote HTTP stat) each time when using "camput permanode" or "camput attr". --- 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) +-- use 'uint32' instead of 'int64' for blob sizes everywhere (notably + blob.SizedRef). blobs have a max size of 10-32 MB anyway, and the + index.Corpus is now using uint32 to save memory. -- verify all ReceiveBlob calls and see which should be blobserver.Receive instead, or ReceiveNoHash. git grep -E