Revert "Increase cpu boosting interval" 32/302732/1
authorChanggyu Choi <changyu.choi@samsung.com>
Wed, 13 Dec 2023 01:10:53 +0000 (10:10 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Wed, 13 Dec 2023 01:11:02 +0000 (10:11 +0900)
This reverts commit e6d5bee452cc2548fecc48dc6ddd6dc8a64a2c9e.

Change-Id: Ifb5a779f45e05ed0b78de47efd9fcb2e3daa7b79

src/launchpad-process-pool/launchpad.cc

index 3195c71..1562f15 100644 (file)
@@ -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);