From 2898aecbe5039dca7289cb6751561018973bc997 Mon Sep 17 00:00:00 2001 From: Matt Reiferson Date: Sun, 18 Oct 2015 09:56:10 -0700 Subject: [PATCH] meh --- nsqd/topic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsqd/topic.go b/nsqd/topic.go index c13b64914..d28717b12 100644 --- a/nsqd/topic.go +++ b/nsqd/topic.go @@ -148,7 +148,7 @@ func (t *Topic) Pub(data [][]byte, crc []uint32) error { if atomic.LoadInt32(&t.exitFlag) == 1 { return errors.New("exiting") } - // TODO: health + // TODO: (WAL) health startIdx, endIdx, err := t.wal.Append(data, crc) if err != nil { return err