mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
Add to unload on timeout description
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ public class ImageLibraryPackConfigTemplate implements ConfigTemplate, Propertie
|
|||||||
|
|
||||||
@Value("images.cache.unload-on-timeout")
|
@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. " +
|
@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
|
@Default
|
||||||
private boolean unloadOnTimeout = false;
|
private boolean unloadOnTimeout = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user