diff options
author | kubersharma001 <kubersharma001@gmail.com> | 2022-07-01 18:47:46 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:27:38 +0530 |
commit | 993ccd54fa292ae790fc85f72993aee872d72c7d (patch) | |
tree | 67ee87431fc25846ca4459c7a38b93ce600640a4 | |
parent | ab8515beb0fdfa430d0417fcd92f0cbb78a45944 (diff) |
veux: Further relax dynamic refresh rate switching
Change-Id: Ic0fbdc97961808eba939b5785a4e1c2a275bed63
-rw-r--r-- | product.prop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/product.prop b/product.prop index b19345b..eb898bf 100644 --- a/product.prop +++ b/product.prop @@ -7,8 +7,8 @@ audio.sys.routing.latency=0 # Display ro.surface_flinger.set_display_power_timer_ms=1000 -ro.surface_flinger.set_idle_timer_ms=500 -ro.surface_flinger.set_touch_timer_ms=800 +ro.surface_flinger.set_idle_timer_ms=3000 +ro.surface_flinger.set_touch_timer_ms=3000 # Transcoding related property. debug.media.transcoding.codec_max_operating_rate_720P=240 |