mirror of https://github.com/Chocobozzz/PeerTube
Update default config cache
parent
b4a929accf
commit
f842e810b4
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -21,6 +21,12 @@ smtp:
|
|||
log:
|
||||
level: 'debug'
|
||||
|
||||
cache:
|
||||
previews:
|
||||
size: 1
|
||||
captions:
|
||||
size: 1
|
||||
|
||||
signup:
|
||||
enabled: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue