Jelajahi Sumber

limit vod response cache

Blake Blackshear 3 tahun lalu
induk
melakukan
a2ddb12eb3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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_metadata_cache metadata_cache 512m;
-        vod_mapping_cache mapping_cache 5m;
+        vod_mapping_cache mapping_cache 5m 10m;
 
         # gzip manifests
         gzip on;