Skip to content

Commit

Permalink
kernel/power: faster deepsleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mady51 authored and Joker-V2 committed Aug 6, 2021
1 parent d159959 commit 67cec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 2 * MSEC_PER_SEC;

static int try_to_freeze_tasks(bool user_only)
{
Expand Down

0 comments on commit 67cec16

Please sign in to comment.