From: Changgyu Choi Date: Wed, 13 Dec 2023 01:10:53 +0000 (+0900) Subject: Revert "Increase cpu boosting interval" X-Git-Tag: accepted/tizen/unified/20231214.164907~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9edbe6da444225d921e0d801b6fa32b2537a97c;p=platform%2Fcore%2Fappfw%2Flaunchpad.git Revert "Increase cpu boosting interval" This reverts commit e6d5bee452cc2548fecc48dc6ddd6dc8a64a2c9e. Change-Id: Ifb5a779f45e05ed0b78de47efd9fcb2e3daa7b79 --- diff --git a/src/launchpad-process-pool/launchpad.cc b/src/launchpad-process-pool/launchpad.cc index 3195c71b..1562f156 100644 --- a/src/launchpad-process-pool/launchpad.cc +++ b/src/launchpad-process-pool/launchpad.cc @@ -214,7 +214,7 @@ Launchpad::Launchpad(int argc, char** argv) -1, true); } - g_timeout_add(3000, [](gpointer data) { + g_timeout_add(1000, [](gpointer data) { CPUBoostController::Clear(getpid()); return G_SOURCE_REMOVE; }, this);