increase loggerd per-cycle service limit to 200

This commit is contained in:
Adeeb Shihadeh
2021-12-06 22:08:17 -08:00
parent 827fae8faa
commit f71a03f967
+1 -1
View File
@@ -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;
}