mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-15 13:12:07 +08:00
increase loggerd per-cycle service limit to 200
old-commit-hash: f71a03f967
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user