make watchdog timeout configurable per camera (fixes #95)

This commit is contained in:
Blake Blackshear
2020-01-18 08:34:44 -06:00
parent 169603d3ff
commit 1198c29dac
2 changed files with 8 additions and 1 deletions

View File

@@ -99,6 +99,12 @@ cameras:
################
take_frame: 1
################
# The number of seconds frigate will allow a camera to go without sending a frame before
# assuming the ffmpeg process has a problem and restarting.
################
# watchdog_timeout: 300
################
# Camera level object config. This config is merged with the global config above.
################