mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
limit vod response cache
This commit is contained in:
parent
9500464a83
commit
c56ceef0c2
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user