Skip to content

Commit 8aa8679

Browse files
authored
Merge pull request #897 from fluxcd/token-cache-default
Enable token cache by default
2 parents e9ed331 + 41a0e4d commit 8aa8679

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
@@ -79,7 +79,7 @@ func init() {
7979

8080
func main() {
8181
const (
82-
tokenCacheDefaultMaxSize = 0
82+
tokenCacheDefaultMaxSize = 100
8383
)
8484

8585
var (

0 commit comments

Comments
 (0)