mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:20:51 +00:00
Added #1998 Setting for maximum number of items in the cache - allows less memory consumption (Defaults to 500 per cache)
This commit is contained in:
@@ -687,3 +687,7 @@ config.description.rememberFoldersScrollPos = Folders scroll position is retaine
|
||||
#after 18.3.6
|
||||
config.name.warning.initializers.class = Warn on AS3 class trait editation about script initializer
|
||||
config.description.warning.initializers.class = Show warning on AS3 class trait editation about initializer
|
||||
|
||||
#after 18.4.1
|
||||
config.name.maxCachedNum = Maximum number of cached items per single cache
|
||||
config.description.maxCachedNum = Maximum number of cached items before older items are removed from cache. Lower value = less memory, slower app. Higher value = more memory, faster app. Set this to 0 to unlimited caching.
|
||||
|
||||
@@ -677,3 +677,7 @@ config.description.rememberFoldersScrollPos = Pozice odskrolov\u00e1n\u00ed u sl
|
||||
#after 18.3.6
|
||||
config.name.warning.initializers.class = Varovat p\u0159i AS3 class editaci o inicializ\u00e1toru
|
||||
config.description.warning.initializers.class = Zobrazovat varov\u00e1n\u00ed p\u0159i editaci AS3 class o inicializ\u00e1toru
|
||||
|
||||
#after 18.4.1
|
||||
config.name.maxCachedNum = Maxim\u00e1ln\u00ed po\u010det prvk\u016f v jedn\u00e9 cache
|
||||
config.description.maxCachedNum = Maxim\u00e1ln\u00ed po\u010det cachovan\u00fdch prvk\u016f p\u0159ed t\u00edm, ne\u017e jsou star\u0161\u00ed prvky vymaz\u00e1ny. Ni\u017e\u0161\u00ed hodnota = m\u00e9n\u011b pam\u011bti, pomalej\u0161\u00ed aplikace. Vy\u0161\u0161\u00ed hodnota = v\u00edce pam\u011bti, rychlej\u0161\u00ed aplikace. Nastavte sem hodnotu 0 pro nekone\u010dn\u00e9 cachov\u00e1n\u00ed.
|
||||
|
||||
Reference in New Issue
Block a user