mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
power: reduce timeout for stopping processes
This heavily decreases the timout value for stopping a process. Therefore it enters deep-sleep much quicker which saves more battery. Change-Id: I7e3c9f8d62354324b40a70aa1b999c0897ea0436
This commit is contained in:
parent
2b24da4307
commit
cef1ad9589
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
/*
|
||||
* Timeout for stopping processes
|
||||
*/
|
||||
#define TIMEOUT (20 * HZ)
|
||||
#define TIMEOUT (2 * HZ)
|
||||
|
||||
static int try_to_freeze_tasks(bool user_only)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue