Skip to content

Commit 2898aec

Browse files
committed
meh
1 parent 5d90873 commit 2898aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsqd/topic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ func (t *Topic) Pub(data [][]byte, crc []uint32) error {
148148
if atomic.LoadInt32(&t.exitFlag) == 1 {
149149
return errors.New("exiting")
150150
}
151-
// TODO: health
151+
// TODO: (WAL) health
152152
startIdx, endIdx, err := t.wal.Append(data, crc)
153153
if err != nil {
154154
return err

0 commit comments

Comments
 (0)