mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Merge "graphics: set maxThreads to 4 for the composer" into oc-dev
This commit is contained in:
@@ -40,5 +40,5 @@ int main() {
|
||||
ALOGE("Couldn't set SCHED_FIFO: %d", errno);
|
||||
}
|
||||
|
||||
return defaultPassthroughServiceImplementation<IComposer>();
|
||||
return defaultPassthroughServiceImplementation<IComposer>(4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user