Heartbeat interval: Make it configurable by NickCraver · Pull Request #2243 · StackExchange/StackExchange.Redis

@NickCraver

When I was looking at a separate timer for async timeout evaluation < 1000ms fidelity it became apparent _most_ of the cost in a heartbeat is the timeout evaluation anyway, but also: if you are chasing a lower timeout fidelity you likely want to observe a server outage ASAP as well so I think it makes more sense to actually open up the heartbeat to make it configurable.

@NickCraver NickCraver changed the title Heartbeat: make it configurable Heartbeat interval: Make it configurable

Sep 4, 2022

@NickCraver NickCraver linked an issue

Sep 4, 2022

that may be closed by this pull request

@NickCraver

tyzoid

slorello89

philon-msft

philon-msft

@NickCraver

@NickCraver