Update default config cache
authorChocobozzz <me@florianbigard.com>
Wed, 25 Jul 2018 13:11:06 +0000 (15:11 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 25 Jul 2018 13:11:06 +0000 (15:11 +0200)
config/default.yaml
config/production.yaml.example
config/test.yaml

index d59425365d182741752f2fc642f0d2e064ac7737..bc0530d79df5d0aba553bca3d53282ae2b7ae81b 100644 (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
index 98cdd7ca720a349dd4ce5c21ce76a67fca08f02e..d347b0ece221d27cd38536b05cd0346637644b85 100644 (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'
index a4ee9a7b251134eb5b587f58086d42cc7565323e..ffe736b2461e8b227394b93aefab46e76f3fbc21 100644 (file)
@@ -21,6 +21,12 @@ smtp:
 log:
   level: 'debug'
 
+cache:
+  previews:
+    size: 1
+  captions:
+    size: 1
+
 signup:
   enabled: true