Adaptive Suspend: configure first param set am: 3f428fafe4 am: 6a50ca3ab3 am: 91a6cecba5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14914609 Change-Id: Ib4c1fe0a9640be099aea6b0df67b51c7cd061540
This commit is contained in:
commit
103f721941
1 changed files with 4 additions and 1 deletions
|
@ -1102,8 +1102,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
zygote.critical_window.minute=10
|
zygote.critical_window.minute=10
|
||||||
|
|
||||||
# Suspend properties
|
# Suspend properties
|
||||||
|
# (b/171433995): Enable short suspend backoffs and reduce max backoff time
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
suspend.short_suspend_threshold_millis=5000
|
suspend.short_suspend_threshold_millis=2000 \
|
||||||
|
suspend.short_suspend_backoff_enabled=true \
|
||||||
|
suspend.max_sleep_time_millis=40000
|
||||||
|
|
||||||
# Enable Incremental on the device
|
# Enable Incremental on the device
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue