increase loggerd per-cycle service limit to 200

pull/23151/head
Adeeb Shihadeh 4 years ago
parent 827fae8faa
commit f71a03f967
  1. 2
      selfdrive/loggerd/loggerd.cc

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

Loading…
Cancel
Save