mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
@@ -61,6 +61,7 @@ class FfmpegConfig(FrigateBaseModel):
|
||||
retry_interval: float = Field(
|
||||
default=10.0,
|
||||
title="Time in seconds to wait before FFmpeg retries connecting to the camera.",
|
||||
gt=0.0,
|
||||
)
|
||||
apple_compatibility: bool = Field(
|
||||
default=False,
|
||||
|
||||
Reference in New Issue
Block a user