Browse Source

limit vod response cache

Blake Blackshear 3 years ago
parent
commit
a2ddb12eb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/rootfs/usr/local/nginx/conf/nginx.conf

+ 1 - 1
docker/rootfs/usr/local/nginx/conf/nginx.conf

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