Add to unload on timeout description

This commit is contained in:
Astrash
2023-10-24 13:30:09 +11:00
parent cb6ecff113
commit 3f485b1825

View File

@@ -18,7 +18,7 @@ public class ImageLibraryPackConfigTemplate implements ConfigTemplate, Propertie
@Value("images.cache.unload-on-timeout")
@Description("If set to true, images will be removed from memory if not used after a timeout, otherwise images will stay loaded in memory. " +
"Trades decreased memory consumption when not performing image reads for extra processing time required to perform cache lookups.")
"Trades decreased memory consumption when not performing any image reads for a period of time for extra processing time required to perform cache lookups.")
@Default
private boolean unloadOnTimeout = false;