Skip to content

Commit

Permalink
Update bigcache.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Janiszewski <[email protected]>
  • Loading branch information
xyproto and janisz authored Feb 22, 2024
1 parent 94044ea commit 4f61e94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bigcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ func newBigCache(ctx context.Context, config Config, clock clock) (*BigCache, er
for {
select {
case <-ctx.Done():
if config.Verbose {
fmt.Println("ctx done, shutting down bigcache cleanup routine")
}
return
case t := <-ticker.C:
cache.cleanUp(uint64(t.Unix()))
Expand Down

0 comments on commit 4f61e94

Please sign in to comment.