Skip to content

Commit

Permalink
Increase FP cache timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Apr 11, 2024
1 parent 4f3af4c commit c2ab70b
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: 24 * time.Hour,
ttl: 7 * 24 * time.Hour,
}
}

Expand Down

0 comments on commit c2ab70b

Please sign in to comment.