mirror of
https://gitee.com/openharmony/bundlemanager_bundle_framework
synced 2024-11-23 07:09:53 +00:00
commit
4c840a4cc4
@ -21,7 +21,7 @@ namespace OHOS {
|
||||
namespace AppExecFwk {
|
||||
namespace {
|
||||
constexpr const char* BUNDLE_RDB_TABLE_NAME = "installed_bundle";
|
||||
const int8_t CLOSE_TIME = 15; // delay 15s to backup
|
||||
const int8_t CLOSE_TIME = 60; // delay 60s to backup
|
||||
}
|
||||
BundleDataStorageRdb::BundleDataStorageRdb()
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ namespace OHOS {
|
||||
namespace AppExecFwk {
|
||||
namespace {
|
||||
constexpr const char* SYSTEM_RESOURCES_APP = "ohos.global.systemres";
|
||||
const int8_t CLOSE_TIME = 15; // delay 15s to backup
|
||||
const int8_t CLOSE_TIME = 60; // delay 60s to backup
|
||||
}
|
||||
|
||||
BundleResourceRdb::BundleResourceRdb()
|
||||
|
Loading…
Reference in New Issue
Block a user