Skip to content
Oliver Eilhard edited this page Feb 22, 2015 · 3 revisions

Health checks are procedures run periodically in every client. The purpose of a health check is to identify dead nodes/connections or bring them back to life after some downtime.

By default, health checks are run every 60 seconds. However, you can set a different interval via client.SetHealthcheckSchedule(...).

Health checks play together with sniffing and requests.

Clone this wiki locally