setDomainDelay method
Sets a custom delay for a domain
domain
is the domain to set the delay for
delayMs
is the delay in milliseconds
Implementation
void setDomainDelay(String domain, int delayMs) {
_rateLimiter.setDomainDelay(domain, delayMs);
}