thermal: Change passivedelay to 600 seconds

Bug: 287921243
Test: Observe reduced partial wakelock wakeup
Change-Id: I4484e9653157f02a3263e99b14c91230e250120c
Signed-off-by: George Lee <geolee@google.com>
This commit is contained in:
George Lee 2023-10-16 10:59:37 -07:00
parent 65872977cd
commit 583d3e434a

View file

@ -124,7 +124,7 @@
"Coefficient":[-25000, 80], "Coefficient":[-25000, 80],
"HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"], "HotThreshold":["NAN", "NAN", "NAN", "NAN", 2.0, "NAN", "NAN"],
"PollingDelay":0, "PollingDelay":0,
"PassiveDelay":1000, "PassiveDelay":600000,
"Multiplier":1, "Multiplier":1,
"SendCallback":true "SendCallback":true
}, },