Skip to content

Commit a3f5db3

Browse files
authored
Merge pull request #1788 from fluxcd/token-cache-default
Enable token cache by default
2 parents 8b0726f + 27d18b8 commit a3f5db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func init() {
9292

9393
func main() {
9494
const (
95-
tokenCacheDefaultMaxSize = 0
95+
tokenCacheDefaultMaxSize = 100
9696
)
9797

9898
var (

0 commit comments

Comments
 (0)