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

Commit beb70bd3 authored by Silver Chen's avatar Silver Chen Committed by Hongguang
Browse files

Change ThreadPool to 8 to align with tuner HAL

[Description]
Change ThreadPool to 8 to align with tuner HAL

Bug: 236353281
Test:
1. Broadcast playback
2. channel change

Change-Id: I89edd1f6a2c72382de6d726a3fbc04dd82958348
parent 1c5092ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ int main() {
        CHECK(status == STATUS_OK);
    }

    ProcessState::self()->setThreadPoolMaxThreadCount(8);
    ProcessState::self()->startThreadPool();
    IPCThreadState::self()->joinThreadPool();
    return EXIT_FAILURE;  // should not reached