mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Store cache lifetime in config
This commit is contained in:
parent
0b0233b1ec
commit
b3f4a11a81
6 changed files with 24 additions and 2 deletions
|
@ -49,6 +49,7 @@ wallabag_core:
|
|||
language: en
|
||||
rss_limit: 50
|
||||
reading_speed: 1
|
||||
cache_lifetime: 10
|
||||
|
||||
wallabag_import:
|
||||
allow_mimetypes: ['application/octet-stream', 'application/json', 'text/plain']
|
||||
|
|
|
@ -40,3 +40,11 @@ swiftmailer:
|
|||
transport: smtp
|
||||
host: 'localhost'
|
||||
port: 1025
|
||||
|
||||
# If you want to use cache for queries used in WallabagExtension
|
||||
# Uncomment the following lines
|
||||
#doctrine:
|
||||
# orm:
|
||||
# metadata_cache_driver: apcu
|
||||
# result_cache_driver: apcu
|
||||
# query_cache_driver: apcu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue