Files
nomad/website/source/docs/agent/configuration
Alex Dadgar bb45b95bc4 Allow tuning of heartbeat ttls
This PR allows tuning of heartbeat TTLs. An example of very aggressive
settings is as follows:

```
server {
  heartbeat_grace = "1s"
  min_heartbeat_ttl = "1s"
  max_heartbeats_per_second = 200.0
}
```
2017-07-19 09:38:35 -07:00
..
2017-07-19 09:38:35 -07:00
2017-05-02 17:38:12 -07:00