Merge "Increase thread pool for VHAL 2.1" into oc-mr1-dev am: b96a339f5a
am: 681ec8c328
Change-Id: I24d49731fcbec3f721b304ca4e3b4a062f39abe4
This commit is contained in:
commit
2b90ff20df
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int main(int /* argc */, char* /* argv */ []) {
|
|||
|
||||
Vehicle_V2_1 vehicle21(vehicleManager.get());
|
||||
|
||||
configureRpcThreadpool(1, true /* callerWillJoin */);
|
||||
configureRpcThreadpool(4, true /* callerWillJoin */);
|
||||
|
||||
ALOGI("Registering as service...");
|
||||
status_t status = vehicle21.registerAsService();
|
||||
|
|
Loading…
Reference in a new issue