Skip to content

Commit

Permalink
fix(lint): remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Sep 6, 2024
1 parent 9000801 commit 399dbfb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions store/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ type MemStoreConfig struct {
GetLatency time.Duration
}

var memStoreConfigDefaults = MemStoreConfig{
MaxBlobSizeBytes: 1024 * 1024,
}

/*
MemStore is a simple in-memory store for blobs which uses an expiration
time to evict blobs to best emulate the ephemeral nature of blobs dispersed to
Expand Down

0 comments on commit 399dbfb

Please sign in to comment.