Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15e33c6d authored by Chia-I Wu's avatar Chia-I Wu Committed by Android (Google) Code Review
Browse files

Merge "graphics: set maxThreads to 4 for the composer" into oc-dev

parents 33f36706 ec71f001
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,5 +40,5 @@ int main() {
        ALOGE("Couldn't set SCHED_FIFO: %d", errno);
    }

    return defaultPassthroughServiceImplementation<IComposer>();
    return defaultPassthroughServiceImplementation<IComposer>(4);
}