diff options
| -rw-r--r-- | cmds/statsd/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/statsd/src/main.cpp b/cmds/statsd/src/main.cpp index cd9c4e5b947b..03b178a989eb 100644 --- a/cmds/statsd/src/main.cpp +++ b/cmds/statsd/src/main.cpp @@ -76,7 +76,7 @@ int main(int /*argc*/, char** /*argv*/) { ABinderProcess_startThreadPool(); std::shared_ptr<LogEventQueue> eventQueue = - std::make_shared<LogEventQueue>(2000 /*buffer limit. Buffer is NOT pre-allocated*/); + std::make_shared<LogEventQueue>(4000 /*buffer limit. Buffer is NOT pre-allocated*/); // Create the service gStatsService = SharedRefBase::make<StatsService>(looper, eventQueue); |