Prechádzať zdrojové kódy

limit vod response cache

Blake Blackshear 3 rokov pred
rodič
commit
a2ddb12eb3

+ 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;