Skip to content

Commit

Permalink
Increase FP cache TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Apr 18, 2024
1 parent c2ab70b commit e07f39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fpstore/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type RedisFingerprintCache struct {
func NewRedisFingerprintCache(cache redis.Cmdable) *RedisFingerprintCache {
return &RedisFingerprintCache{
cache: cache,
ttl: 7 * 24 * time.Hour,
ttl: 90 * 24 * time.Hour,
}
}

Expand Down

0 comments on commit e07f39c

Please sign in to comment.