diff --git a/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h b/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h index 9d70747485052d8dff0945eca9e6d324a363aa74..7af73f819c275d898ee552d056d941e3f0b8fcf9 100644 --- a/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h +++ b/services/distributedhardwarefwkservice/include/componentmanager/component_privacy.h @@ -25,7 +25,7 @@ const std::string PRIVACY_SUBTYPE = "subtype"; const std::string PRIVACY_NETWORKID = "networkId"; constexpr uint32_t COMP_START_PAGE = 1; constexpr uint32_t COMP_STOP_PAGE = 2; -constexpr uint32_t COMP_PRIVACY_DELAY_TIME = 1000; // million seconds +constexpr uint32_t COMP_PRIVACY_DELAY_TIME = 200; // million seconds class ComponentPrivacy : public PrivacyResourcesListener { public: ComponentPrivacy();