Raft: use a larger initial heartbeat/election timeout (#15042)
Showing
+132 -9
changelog/15042.txt
0 → 100644
... | ... | @@ -87,7 +87,7 @@ require ( |
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/hashicorp/hcl v1.0.1-vault-3 | ||
github.com/hashicorp/nomad/api v0.0.0-20211006193434-215bf04bc650 | ||
github.com/hashicorp/raft v1.3.3 | ||
github.com/hashicorp/raft v1.3.9 | ||
github.com/hashicorp/raft-autopilot v0.1.3 | ||
github.com/hashicorp/raft-boltdb/v2 v2.0.0-20210421194847-a7e34179d62c | ||
github.com/hashicorp/raft-snapshot v1.0.4 | ||
... | ... |
Please register or sign in to comment