limit vod response cache

This commit is contained in:
Blake Blackshear 2021-12-12 08:03:38 -06:00
parent 985bd6d9bd
commit a2ddb12eb3

View File

@ -58,7 +58,7 @@ http {
# vod caches
vod_metadata_cache metadata_cache 512m;
vod_mapping_cache mapping_cache 5m;
vod_mapping_cache mapping_cache 5m 10m;
# gzip manifests
gzip on;