Skip to content

Commit

Permalink
decimate alertDebug (#33550)
Browse files Browse the repository at this point in the history
* decimate alertDebug

* int
  • Loading branch information
sshane authored Sep 13, 2024
1 parent d414f8c commit 5fc79bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cereal/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, should_log: bool, frequency: float, decimation: Optional[int]

# debug
"uiDebug": (True, 0., 1),
"alertDebug": (True, 0., 1.),
"alertDebug": (True, 20., 5),
"roadEncodeData": (False, 20.),
"driverEncodeData": (False, 20.),
"wideRoadEncodeData": (False, 20.),
Expand Down

0 comments on commit 5fc79bd

Please sign in to comment.