Gets the current delay for a domain
int getDomainDelay(String domain) { return _domainDelays[domain] ?? _defaultDelayMs; }