Set lower bound on retry interval (#19883)

This commit is contained in:
Nicolas Mowen 2025-09-02 10:24:25 -06:00 committed by GitHub
parent 62047c80d5
commit e664cb2285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,