mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
implement MinQuorum
This commit is contained in:
@@ -224,6 +224,7 @@ var basicConfig = &Config{
|
||||
LastContactThreshold: 12705 * time.Second,
|
||||
LastContactThresholdHCL: "12705s",
|
||||
MaxTrailingLogs: 17849,
|
||||
MinQuorum: 3,
|
||||
EnableRedundancyZones: &trueValue,
|
||||
DisableUpgradeMigration: &trueValue,
|
||||
EnableCustomUpgrades: &trueValue,
|
||||
|
||||
Reference in New Issue
Block a user