projects
/
platform
/
core
/
appfw
/
launchpad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aca7c1
)
Revert "Increase cpu boosting interval"
author
Changgyu Choi
<changyu.choi@samsung.com>
Wed, 13 Dec 2023 01:10:53 +0000
(10:10 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 13 Dec 2023 03:35:45 +0000
(12:35 +0900)
This reverts commit
e6d5bee452cc2548fecc48dc6ddd6dc8a64a2c9e
.
Change-Id: Ifb5a779f45e05ed0b78de47efd9fcb2e3daa7b79
src/launchpad-process-pool/launchpad.cc
patch
|
blob
|
history
diff --git
a/src/launchpad-process-pool/launchpad.cc
b/src/launchpad-process-pool/launchpad.cc
index 3195c71bc145f644617e55695e345a94aa2f169e..1562f1560afa08825c29121b3cba6c02443dc9a8 100644
(file)
--- 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(
3
000, [](gpointer data) {
+ g_timeout_add(
1
000, [](gpointer data) {
CPUBoostController::Clear(getpid());
return G_SOURCE_REMOVE;
}, this);