Explorar el Código

limit vod response cache

Blake Blackshear hace 3 años
padre
commit
a2ddb12eb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;