mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Add more options for performance
This commit is contained in:
parent
ea23421e7d
commit
362e20e794
@ -60,6 +60,10 @@ http {
|
|||||||
vod_upstream_location /api;
|
vod_upstream_location /api;
|
||||||
vod_ignore_edit_list on;
|
vod_ignore_edit_list on;
|
||||||
|
|
||||||
|
# vod performance
|
||||||
|
vod_hls_mpegts_align_frames off;
|
||||||
|
vod_hls_mpegts_interleave_frames on;
|
||||||
|
|
||||||
# vod caches
|
# vod caches
|
||||||
vod_metadata_cache metadata_cache 512m;
|
vod_metadata_cache metadata_cache 512m;
|
||||||
vod_mapping_cache mapping_cache 5m 10m;
|
vod_mapping_cache mapping_cache 5m 10m;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user