Merge pull request #1788 from fluxcd/token-cache-default

Enable token cache by default
This commit is contained in:
Matheus Pimenta 2025-05-03 12:23:15 +01:00 committed by GitHub
commit a3f5db357b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func init() {
func main() {
const (
tokenCacheDefaultMaxSize = 0
tokenCacheDefaultMaxSize = 100
)
var (