Deedss commented on code in PR #780: URL: https://github.com/apache/celix/pull/780#discussion_r1906857277
########## libs/framework/include/celix_constants.h: ########## @@ -281,6 +281,21 @@ extern "C" { */ #define CELIX_DEFAULT_ALLOWED_PROCESSING_TIME_FOR_SCHEDULED_EVENT_IN_SECONDS 2.0 +/*! + * @brief Celix framework environment property (named "CELIX_ALLOWED_PROCESSING_TIME_FOR_GENERIC_EVENT_IN_SECONDS") + * to configure the allowed processing time for a generic event callback or a remove callback before a warning + * log message is printed that the processing time is too long. + * Should be a double value in seconds. + */ +#define CELIX_ALLOWED_PROCESSING_TIME_FOR_GENERIC_EVENT_IN_SECONDS \ Review Comment: Updated documentation and added environment variable as a C++ constexpr -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org