more qlog decimation on liveParameters, gpsLocationExternal, liveLocationKalman

This commit is contained in:
Willem Melching 2022-01-13 12:04:17 +01:00
parent 4c2cd64c27
commit b8ca92c1cd
1 changed files with 3 additions and 3 deletions

View File

@ -42,12 +42,12 @@ services = {
"carControl": (True, 100., 10),
"longitudinalPlan": (True, 20., 5),
"procLog": (True, 0.5),
"gpsLocationExternal": (True, 10., 1),
"gpsLocationExternal": (True, 10., 10),
"ubloxGnss": (True, 10.),
"clocks": (True, 1., 1),
"ubloxRaw": (True, 20.),
"liveLocationKalman": (True, 20., 2),
"liveParameters": (True, 20., 2),
"liveLocationKalman": (True, 20., 5),
"liveParameters": (True, 20., 5),
"cameraOdometry": (True, 20., 5),
"lateralPlan": (True, 20., 5),
"thumbnail": (True, 0.2, 1),