Skip to content

Commit

Permalink
feat: frigate snapshot attempts default from 0 to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed Oct 15, 2021
1 parent 35aeece commit 423d204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/constants/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
},
time: { timezone: 'UTC' },
frigate: {
attempts: { latest: 10, snapshot: 0, mqtt: true, delay: 0 },
attempts: { latest: 10, snapshot: 10, mqtt: true, delay: 0 },
image: { height: 500 },
labels: ['person'],
},
Expand Down

0 comments on commit 423d204

Please sign in to comment.