mirror of
https://gitee.com/openharmony/bundlemanager_app_domain_verify
synced 2024-12-28 19:44:12 +00:00
修改缓存时间
Signed-off-by: zylworkhard1 <zhangyongliang21@huawei.com>
This commit is contained in:
parent
319164cdd4
commit
4d9f5c7d73
@ -34,7 +34,7 @@
|
||||
namespace OHOS {
|
||||
namespace AppDomainVerify {
|
||||
const static std::string OHOS_WANT_ACTION_APPDETAILS = "ohos.want.action.appdetails";
|
||||
const static int64_t CACHE_TIME_S = 3000;
|
||||
const static int64_t CACHE_TIME_S = 300;
|
||||
const static int MAX_CACHE_CNT = 10;
|
||||
AppDetailsDataMgr::AppDetailsDataMgr()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user