Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Oct 18, 2015
1 parent 5d90873 commit 2898aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsqd/topic.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2898aec

Please sign in to comment.