Set vod_ignore_edit_list option (#3710)

This commit is contained in:
uvjustin 2022-08-26 19:33:16 +08:00 committed by GitHub
parent 9df415b3f2
commit c461c9e700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,7 @@ http {
vod_upstream_location /api;
vod_align_segments_to_key_frames on;
vod_manifest_segment_durations_mode accurate;
vod_ignore_edit_list on;
# vod caches
vod_metadata_cache metadata_cache 512m;