WHOIS timing tweak

This commit is contained in:
Adam Ierymenko 2022-09-27 17:09:05 -04:00
parent 2b3862fdde
commit 732547400b
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -425,7 +425,7 @@ pub(crate) mod v1 {
pub(crate) const PACKET_RESPONSE_COUNTER_DELTA_MAX: u64 = 256;
/// Frequency for WHOIS retries in milliseconds.
pub(crate) const WHOIS_RETRY_INTERVAL: i64 = 3000;
pub(crate) const WHOIS_RETRY_INTERVAL: i64 = 2000;
/// Maximum number of WHOIS retries
pub(crate) const WHOIS_RETRY_COUNT_MAX: u16 = 3;