mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Formatting
This commit is contained in:
parent
a4a0aedd3b
commit
592630cad9
@ -94,7 +94,9 @@ class TelemetryConfig(FrigateBaseModel):
|
|||||||
default=["eth", "enp", "eno", "ens", "wl", "lo"],
|
default=["eth", "enp", "eno", "ens", "wl", "lo"],
|
||||||
title="Enabled network interfaces for bandwidth calculation.",
|
title="Enabled network interfaces for bandwidth calculation.",
|
||||||
)
|
)
|
||||||
network_bandwidth: bool = Field(default=False, title="Enable network bandwidth for ffmpeg processes.")
|
network_bandwidth: bool = Field(
|
||||||
|
default=False, title="Enable network bandwidth for ffmpeg processes."
|
||||||
|
)
|
||||||
version_check: bool = Field(default=True, title="Enable latest version check.")
|
version_check: bool = Field(default=True, title="Enable latest version check.")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user