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:
PythonLimited 2019-10-18 17:03:12 +02:00 committed by Francescodario Cuzzocrea
parent 2b24da4307
commit cef1ad9589
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{