Further improvements in caching. The state of the cache is now persisted in DB. This persists the cache between server restarts.
This commit is contained in:
parent
7bcd6c60e9
commit
ef0464bbc9
8 changed files with 155 additions and 75 deletions
|
@ -179,8 +179,10 @@ mosaico:
|
|||
fileCache:
|
||||
blockThumbnails:
|
||||
maxSize: 100 # megabytes
|
||||
pruneInterval: 60 # seconds
|
||||
images:
|
||||
maxSize: 1024 # megabytes
|
||||
pruneInterval: 60 # seconds
|
||||
|
||||
|
||||
grapesjs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue