From 37867d73262da2e9443549b56bca32b9f197a368 Mon Sep 17 00:00:00 2001 From: anchi Date: Mon, 10 Feb 2025 10:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=93=E5=AD=98=E5=9F=BA?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: anchi --- shell/common/animator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/common/animator.cc b/shell/common/animator.cc index b26f1e3458..ece4c9834a 100644 --- a/shell/common/animator.cc +++ b/shell/common/animator.cc @@ -19,7 +19,7 @@ namespace { // for further discussion on why this is necessary. constexpr fml::TimeDelta kNotifyIdleTaskWaitTime = fml::TimeDelta::FromMilliseconds(51); -constexpr uint32_t DVSYNC_BUFFER_COUNT = 4; +constexpr uint32_t DVSYNC_BUFFER_COUNT = 2; } // namespace -- Gitee