You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the system continues retrying indefinitely or for an excessive number of times, even when the relay consistently responds with unrecoverable errors like 400 Not a known validator or 429 Too Many Requests. This behavior causes unnecessary network traffic, increases load on relays, and clutters logs with repetitive error messages.
Suggested Parameter
# Maximum number of retries for validator registration per relay
validator_registration_retry_limit = 5