Remove timeout setting of applying cpu boosting 26/297426/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 18 Aug 2023 04:56:24 +0000 (13:56 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 18 Aug 2023 04:56:24 +0000 (13:56 +0900)
commit00886c1cf25c421d2c891560600c7d9acfd52898
treef61ffa317c60d4c4aa954baa8219f61fb9c03ddf
parent1943ee4296773b33f794ef13ffe108d9790da689
Remove timeout setting of applying cpu boosting

Unfortunately, the plugin module of the resource API does not support
timeout feature properly. According to the guide, if the timeout setting
exists, we must not call the resource_clear_cpu_boosting() function.
This patch changes the timeout argument to -1 from the 5000 (milliseconds).

Change-Id: Ice734819300b11d150231a149b6529cb92315281
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/launchpad.cc