Update default config cache

pull/850/head
Chocobozzz 2018-07-25 15:11:06 +02:00
parent b4a929accf
commit f842e810b4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 11 additions and 3 deletions

View File

@ -57,9 +57,9 @@ log:
cache:
previews:
size: 1 # Max number of previews you want to cache
size: 500 # Max number of previews you want to cache
captions:
size: 1 # Max number of video captions/subtitles you want to cache
size: 500 # Max number of video captions/subtitles you want to cache
admin:
email: 'admin@example.com' # Your personal email as administrator

View File

@ -71,7 +71,9 @@ log:
cache:
previews:
size: 100 # Max number of previews you want to cache
size: 500 # Max number of previews you want to cache
captions:
size: 500 # Max number of video captions/subtitles you want to cache
admin:
email: 'admin@example.com'

View File

@ -21,6 +21,12 @@ smtp:
log:
level: 'debug'
cache:
previews:
size: 1
captions:
size: 1
signup:
enabled: true