From 9762dcfdd7846d49d1e35109707f2200344cb9d9 Mon Sep 17 00:00:00 2001 From: George Lee Date: Mon, 16 Oct 2023 11:02:20 -0700 Subject: [PATCH] thermal: increase passivedelay to 600 seconds Bug: 287921243 Test: Observe reduced partial wakelock wakeup Change-Id: I0f702d7289b6d97603a057fde37e541c12b2090d Signed-off-by: George Lee --- thermal/thermal_info_config_husky.json | 2 +- thermal/thermal_info_config_shiba.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal/thermal_info_config_husky.json b/thermal/thermal_info_config_husky.json index 1702dd2..f5aa9b9 100644 --- a/thermal/thermal_info_config_husky.json +++ b/thermal/thermal_info_config_husky.json @@ -144,7 +144,7 @@ "Coefficient":[-25000, 80], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "PollingDelay":0, - "PassiveDelay":1000, + "PassiveDelay":600000, "Multiplier":1, "SendCallback":true }, diff --git a/thermal/thermal_info_config_shiba.json b/thermal/thermal_info_config_shiba.json index 7310582..23390c8 100644 --- a/thermal/thermal_info_config_shiba.json +++ b/thermal/thermal_info_config_shiba.json @@ -144,7 +144,7 @@ "Coefficient":[-25000, 80], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "PollingDelay":0, - "PassiveDelay":1000, + "PassiveDelay":600000, "Multiplier":1, "SendCallback":true },