mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
power: process: Use lesser time to enter sleep
Revise
803b0f827c
Signed-off-by: Panchajanya1999 <rsk52959@gmail.com>
Signed-off-by: Forenche <prahul2003@gmail.com>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Signed-off-by: azrim <mirzaspc@gmail.com>
This commit is contained in:
parent
d79806e11a
commit
281475b0ae
@ -27,7 +27,7 @@
|
||||
/*
|
||||
* Timeout for stopping processes
|
||||
*/
|
||||
unsigned int __read_mostly freeze_timeout_msecs = 20 * MSEC_PER_SEC;
|
||||
unsigned int __read_mostly freeze_timeout_msecs = 5 * MSEC_PER_SEC;
|
||||
|
||||
static int try_to_freeze_tasks(bool user_only)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user