thymeleaf/thymeleaf.github.io

[16 Template Cache] A mistake in the description of the template cache default setting.

yoshikawaa opened this issue · 1 comments

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 is 200.

As it relates to memory tuning, I think it's better to fix it.

Please consider, thanks.

Fixed, thanks!