enableRateLimit constant

bool const enableRateLimit

Enable rate limiting for all events When true, rate limiting is active By default, rate limiting is disabled (false)

Implementation

static const bool enableRateLimit = false;