Description of flagmappings configuration options
Configuration option = Default value Description
[DEFAULT]
= False (BoolOpt) Turn on/off delayed delete.
= None (StrOpt) Base directory that the Image Cache uses.
= sqlite (StrOpt) The driver to use for image cache management.
= 10737418240 (IntOpt) The upper limit (the maximum size of accumulated cache in bytes) beyond which pruner, if running, starts cleaning the images cache.
= cache.db (StrOpt) The path to the sqlite file database that will be used for image cache management.
= 86400 (IntOpt) The amount of time to let an image remain in the cache without being accessed.
= 1 (IntOpt) The size of thread pool to be used for scrubbing images. The default is one, which signifies serial scrubbing. Any value above one indicates the max number of images that may be scrubbed in parallel.
= 0 (IntOpt) The amount of time in seconds to delay before performing a delete.