mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update default config cache
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user