diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index f9557b8eb..28770e480 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -72,16 +72,17 @@ trending: | |||
72 | # Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following | 72 | # Once you have defined your strategies, choose which instances you want to cache in admin -> manage follows -> following |
73 | redundancy: | 73 | redundancy: |
74 | videos: | 74 | videos: |
75 | # - | 75 | strategies: |
76 | # size: '10GB' | 76 | # - |
77 | # strategy: 'most-views' # Cache videos that have the most views | 77 | # size: '10GB' |
78 | # - | 78 | # strategy: 'most-views' # Cache videos that have the most views |
79 | # size: '10GB' | 79 | # - |
80 | # strategy: 'trending' # Cache trending videos | 80 | # size: '10GB' |
81 | # - | 81 | # strategy: 'trending' # Cache trending videos |
82 | # size: '10GB' | 82 | # - |
83 | # strategy: 'recently-added' # Cache recently added videos | 83 | # size: '10GB' |
84 | # minViews: 10 # Having at least x views | 84 | # strategy: 'recently-added' # Cache recently added videos |
85 | # minViews: 10 # Having at least x views | ||
85 | 86 | ||
86 | ############################################################################### | 87 | ############################################################################### |
87 | # | 88 | # |