Add more options for performance

This commit is contained in:
Nick Mowen 2022-12-12 12:34:23 -07:00
parent ea23421e7d
commit 362e20e794

View File

@ -60,6 +60,10 @@ http {
vod_upstream_location /api;
vod_ignore_edit_list on;
# vod performance
vod_hls_mpegts_align_frames off;
vod_hls_mpegts_interleave_frames on;
# vod caches
vod_metadata_cache metadata_cache 512m;
vod_mapping_cache mapping_cache 5m 10m;