Skip to content

Commit

Permalink
fix: [CCM-9806]: cache expiration and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Trunapushpa committed Dec 6, 2023
1 parent 85906df commit 630cd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/app/cloudinfo/cistore/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ func NewCloudInfoStore(conf Config, log cloudinfo.Logger) cloudinfo.CloudInfoSto
}

// fallback to the "initial" implementation
log.Info("using in-mem cache as product store")
log.Info("using in-mem cache as product store", map[string]interface{}{"expiration": conf.GoCache.expiration, "cleanupInterval": conf.GoCache.cleanupInterval})
return NewCacheProductStore(conf.GoCache.expiration, conf.GoCache.cleanupInterval, log)
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.10303
version=1.0.10304

0 comments on commit 630cd8f

Please sign in to comment.