Update suspend.short_suspend_threshold_millis on P10 to 2000

Bug: 208947015
Test: Manually verify using adb getprop
Change-Id: I5594e7793c2a12ae5fd2bc06e8b43dbe93999930
This commit is contained in:
Henry Chow 2022-08-26 20:57:02 +00:00
parent 879a51f1de
commit e413a536c1

View file

@ -1138,7 +1138,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Suspend properties
PRODUCT_PROPERTY_OVERRIDES += \
suspend.short_suspend_threshold_millis=5000
suspend.short_suspend_threshold_millis=2000
# Enable Incremental on the device
PRODUCT_PROPERTY_OVERRIDES += \