Built-in image cache system

This commit is contained in:
Luc Didry
2018-03-17 13:48:23 +01:00
parent cfab86c4b4
commit bb097294e2
15 changed files with 446 additions and 24 deletions
+11
View File
@@ -89,6 +89,10 @@
# optional, default is 0 (no limit)
default_delay => 30,
# comma-separated values proposed for delays
# optional, default is '0,1,7,30,365'
#proposed_delays => '0,1,7,30,365',
# number of days after which the images will be deleted, even if they were uploaded with "no delay" (or value superior to max_delay)
# a warning message will be displayed on homepage
# optional, default is 0 (no limit)
@@ -171,6 +175,13 @@
# optional, default is 15
#max_files_in_zip => 15,
# maximum size (in MB) of memory allowed for the image cache
# Lutim has a built-in memory-based image cache to accelerate responses to often-viewed images.
# This setting makes the cache remove oldest viewed image if the cache size is over it.
# If set to 0, the cache is disabled
# optional, default is 0
#cache_max_size => 0,
##########################
# Lutim cron jobs settings
##########################