mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Updated blueprints inline-docs for clear_images_by_default
This commit is contained in:
parent
47b5b10bf4
commit
39247ac7ef
|
|
@ -96,7 +96,7 @@ cache:
|
|||
purge_at: '0 4 * * *' # How often to purge old file cache (using new scheduler)
|
||||
clear_at: '0 3 * * *' # How often to clear cache (using new scheduler)
|
||||
clear_job_type: 'standard' # Type to clear when processing the scheduled clear job `standard`|`all`
|
||||
clear_images_by_default: false # By default grav will include processed images in cache clear, this can be disabled
|
||||
clear_images_by_default: false # By default grav does not include processed images in cache clear, this can be enabled
|
||||
cli_compatibility: false # Ensures only non-volatile drivers are used (file, redis, memcache, etc.)
|
||||
lifetime: 604800 # Lifetime of cached data in seconds (0 = infinite)
|
||||
gzip: false # GZip compress the page output
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user