Skip to content

Commit be2b7ab

Browse files
committed
update
1 parent f6f4e84 commit be2b7ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/logstorage/storage.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,6 @@ type Storage struct {
183183
// It reduces the load on persistent storage during querying by _stream:{...} filter.
184184
filterStreamCache *cache
185185

186-
// minRetentionDay is the minimum allowed day for logs' ingestion because of the configured retention.
187-
// Older logs are rejected during data ingestion.
188-
//
189-
// minRetentionDay must be accessed under the partitionsLock.
190-
minRetentionDay int64
191-
192186
// asyncTaskState is used to stop the async task worker.
193187
asyncTaskState asyncTaskState
194188
asyncTaskSeq atomic.Uint64

0 commit comments

Comments
 (0)