adjust vod cache
This commit is contained in:
parent
00f1dffb15
commit
b732f0bbd0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue