Skip to content

Commit

Permalink
Update type name.
Browse files Browse the repository at this point in the history
  • Loading branch information
notbdu committed Nov 24, 2020
1 parent 12ffd64 commit 1ccc4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbnode/persist/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ const (
// SeriesMetadataLifeTimeLong means the underlying memory's life time is long lived and exceeds
// the execution duration of the series metadata receiver.
SeriesMetadataLifeTimeLong SeriesMetadataLifeTime = iota
// SeriesMetadataLifeTimeShortLived means that the underlying memory is only valid for the duration
// SeriesMetadataLifeTimeShort means that the underlying memory is only valid for the duration
// of the OnFlushNewSeries call. Must clone the underlying bytes in order to extend the life time.
SeriesMetadataLifeTimeShortLived
SeriesMetadataLifeTimeShort
)

// SeriesMetadataType describes the type of series metadata.
Expand Down

0 comments on commit 1ccc4e3

Please sign in to comment.