Settings

Production lookup behavior is controlled by server-only environment variables, keeping credentials and operational limits out of browser JavaScript.

SettingEnvironment variableDefault
Global concurrencyDOMAIN_LOOKUP_CONCURRENCY15
Per-registry concurrencyDOMAIN_LOOKUP_PER_HOST_CONCURRENCY2
Request timeout (ms)RDAP_TIMEOUT_MS10000
Maximum retriesRDAP_MAX_RETRIES3
Base cache TTL (hours)CACHE_TTL_HOURS24
Expiry warning (days)EXPIRY_WARNING_DAYS90
Critical threshold (days)EXPIRY_CRITICAL_DAYS30
RDAP.org fallbackRDAP_ORG_FALLBACK_ENABLEDfalse
Update these values in .env.local or your hosting provider, then restart the app and worker. Optional provider keys never appear on this page.