diff --git a/selfdrive/loggerd/loggerd.cc b/selfdrive/loggerd/loggerd.cc index 34605af488..c1bb3b182a 100644 --- a/selfdrive/loggerd/loggerd.cc +++ b/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; }