decimate alertDebug (#33550)

* decimate alertDebug

* int
pull/33551/head
Shane Smiskol 8 months ago committed by GitHub
parent d414f8c3b6
commit 5fc79bda64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      cereal/services.py

@ -75,7 +75,7 @@ _services: dict[str, tuple] = {
# debug
"uiDebug": (True, 0., 1),
"alertDebug": (True, 0., 1.),
"alertDebug": (True, 20., 5),
"roadEncodeData": (False, 20.),
"driverEncodeData": (False, 20.),
"wideRoadEncodeData": (False, 20.),

Loading…
Cancel
Save