adjust vod cache

This commit is contained in:
Jonatan Nilsson 2024-02-07 19:50:20 +00:00
parent 00f1dffb15
commit b732f0bbd0
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ http {
location /kennslur/ { location /kennslur/ {
vod hls; vod hls;
vod_mode local; vod_mode local;
vod_metadata_cache metadata_cache 512m 6h; vod_metadata_cache metadata_cache 15g 6h;
vod_response_cache response_cache 64m 6h; vod_response_cache response_cache 1g 6h;
vod_performance_counters perf_counters; vod_performance_counters perf_counters;
vod_align_segments_to_key_frames on; vod_align_segments_to_key_frames on;