Skip to content

Commit

Permalink
Clarify max_frames setting
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Feb 20, 2022
1 parent bfecee9 commit 08f573a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ detect:
# This can help with false positives for objects that should only be stationary for a limited amount of time.
# It can also be used to disable stationary object tracking. For example, you may want to set a value for person, but leave
# car at the default.
# WARNING: Setting these values overrides default behavior and disables stationary object tracking.
# There are very few situations where you would want it disabled. It is NOT recommended to
# copy these values from the example config into your config unless you know they are needed.
max_frames:
# Optional: Default for all object types (default: not set, track forever)
default: 3000
Expand Down

0 comments on commit 08f573a

Please sign in to comment.