Skip to content

Commit e664cb2

Browse files
authored
Set lower bound on retry interval (#19883)
1 parent 62047c8 commit e664cb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frigate/config/camera/ffmpeg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class FfmpegConfig(FrigateBaseModel):
6161
retry_interval: float = Field(
6262
default=10.0,
6363
title="Time in seconds to wait before FFmpeg retries connecting to the camera.",
64+
gt=0.0,
6465
)
6566
apple_compatibility: bool = Field(
6667
default=False,

0 commit comments

Comments
 (0)