From 7a4fe7ff47b36795949330b54c8f3002e76e070d Mon Sep 17 00:00:00 2001 From: fengyang Date: Thu, 24 Oct 2024 14:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E6=8C=82=E6=96=AD=E5=AE=A2=E6=88=B7=E7=AB=AF=E9=87=8D=E8=BF=9E?= =?UTF-8?q?=20=E9=87=8D=E8=AF=95=E6=97=B6=E9=97=B4=20=EF=BC=88cherry=20pic?= =?UTF-8?q?ked=20commit=20from=20=20Signed-off-by:=20fengyang=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/innerkits/src/bundle_active_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/src/bundle_active_client.cpp b/interfaces/innerkits/src/bundle_active_client.cpp index 573cbdb..c611878 100644 --- a/interfaces/innerkits/src/bundle_active_client.cpp +++ b/interfaces/innerkits/src/bundle_active_client.cpp @@ -22,7 +22,7 @@ namespace OHOS { namespace DeviceUsageStats { namespace { static const int32_t DELAY_TIME = 5000; - static const int32_t SLEEP_TIME = 1000; + static const int32_t SLEEP_TIME = 1; static const int32_t MS_TO_US = 1000; } BundleActiveClient& BundleActiveClient::GetInstance() -- Gitee