From 1ade80b0f07cc269b9f27be967b70adc7213c4e9 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 11 Dec 2013 15:53:17 +0400 Subject: [PATCH] add blobhub TODO Change-Id: I8d3b69d0264610cfdb35addfefeaad11be43c557 --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index bba853334..88cec29c4 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,11 @@ There are two TODO lists. This file (good for airplanes) and the online bug trac Offline list: +-- blobhub.go NotifyBlobReceived should do the sync hooks before firing off + goroutines to notify that things were good. they might not be good yet + if the hook fails. also, no need for the slice. can just fire off goroutines + directly. + -- look into garbage from openpgp signing -- make leveldb memdb's iterator struct only 8 bytes, pointing to a recycled