KazzmanK

Results 14 comments of KazzmanK

Hi! Thank you for response I have a Boot 3.5 project with a configuration class ```java @Slf4j @Configuration public class CaffeineConfig { @Value("${lsl.CACHE_DURATION:15}") private int cacheDuration; @Value("${lsl.MAX_CACHE_SIZE:1000}") private int maxCacheSize;...

This is going to be a killer-feature for us, please, do not postpone it to next releases.

> do we still need to embed the images as base64 These two features are not mutually exclusive. In our case Gitea server is not accessible from internet, so having...