Merge "graphics: set maxThreads to 4 for the composer" into oc-dev
am: 15e33c6d17
Change-Id: I4e5c759f467d6085e9dc1d57ca65db0273343eef
This commit is contained in:
commit
b8b218b88b
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ int main() {
|
|||
ALOGE("Couldn't set SCHED_FIFO: %d", errno);
|
||||
}
|
||||
|
||||
return defaultPassthroughServiceImplementation<IComposer>();
|
||||
return defaultPassthroughServiceImplementation<IComposer>(4);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue