mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
set cache time to 2s
This commit is contained in:
parent
140b5fd5df
commit
7c9e41f538
@ -190,7 +190,7 @@ http {
|
||||
proxy_cache api_cache;
|
||||
proxy_cache_lock on;
|
||||
proxy_cache_use_stale updating;
|
||||
proxy_cache_valid any 5s;
|
||||
proxy_cache_valid any 2s;
|
||||
proxy_cache_bypass $http_x_cache_bypass;
|
||||
add_header X-Cache-Status $upstream_cache_status;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user