Closed yoshikawaa closed 7 years ago
3.0.8.RELEASE
At Using Thymeleaf/16 Template Cache, default value of template cache max size is 50. But at StandardCacheManager.java#L87, actual default value is 200.
50
200
As it relates to memory tuning, I think it's better to fix it.
Please consider, thanks.
Fixed, thanks!
Version
3.0.8.RELEASE
Problem
At Using Thymeleaf/16 Template Cache, default value of template cache max size is
50
. But at StandardCacheManager.java#L87, actual default value is200
.As it relates to memory tuning, I think it's better to fix it.
Please consider, thanks.