freeart opened a new pull request #43: statsIntervalInSeconds can be 0 to disable log URL: https://github.com/apache/pulsar-client-node/pull/43 ```pulsar-client-cpp/include/pulsar/ClientConfiguration.h``` ```cpp /* * Initialize stats interval in seconds. Stats are printed and reset after every 'statsIntervalInSeconds'. * Set to 0 in order to disable stats collection. */ ClientConfiguration& setStatsIntervalInSeconds(const unsigned int&); ``` By default it is 10 minutes, to disable stats log needs to be 0
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
