thermal: increase passivedelay to 600 seconds

Bug: 287921243
Test: Observe reduced partial wakelock wakeup
Change-Id: I0f702d7289b6d97603a057fde37e541c12b2090d
Signed-off-by: George Lee <geolee@google.com>
This commit is contained in:
George Lee 2023-10-16 11:02:20 -07:00
parent a3fff12dd3
commit 9762dcfdd7
2 changed files with 2 additions and 2 deletions

View file

@ -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
},

View file

@ -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
},