frigate: use 8 threads for CPU detection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
297fd631ff
commit
b0bf73f60e
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
mqtt.enabled = false;
|
mqtt.enabled = false;
|
||||||
|
detectors.cpu1 = {
|
||||||
|
type = "cpu";
|
||||||
|
num_threads = 8;
|
||||||
|
};
|
||||||
proxy.header_map = {
|
proxy.header_map = {
|
||||||
user = "Remote-User";
|
user = "Remote-User";
|
||||||
role = "Remote-Role";
|
role = "Remote-Role";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue