Add softref option for chunk snapshot cache

This commit is contained in:
Mike Primm 2013-06-25 01:09:25 -05:00
parent a83a7fd003
commit 50cd2ddc03
3 changed files with 18 additions and 7 deletions

View file

@ -412,6 +412,11 @@ custom-commands:
preupdatecommand: ""
# Command run just after any image file is written or updated: run with single parameter with fully qualified file name
postupdatecommand: ""
# Snapshot cache size, in chunks
snapshotcachesize: 500
# Snapshot cache uses soft references (true), else weak references (false)
soft-ref-cache: true
# Set to true to enable verbose startup messages - can help with debugging map configuration problems
# Set to false for a much quieter startup log