increase loggerd per-cycle service limit to 200

old-commit-hash: f71a03f967
commatwo_master
Adeeb Shihadeh 3 years ago
parent a0c6a65d09
commit 1ca1d7a673
  1. 2
      selfdrive/loggerd/loggerd.cc

@ -241,7 +241,7 @@ void loggerd_thread() {
}
count++;
if (count >= 50) {
if (count >= 200) {
LOGE("large volume of '%s' messages", qs.name.c_str());
break;
}

Loading…
Cancel
Save