mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
set minimum version for disconnected client mode to 1.3.0 (#12530)
This commit is contained in:
@@ -74,7 +74,7 @@ const (
|
||||
)
|
||||
|
||||
// minVersionMaxClientDisconnect is the minimum version that supports max_client_disconnect.
|
||||
var minVersionMaxClientDisconnect = version.Must(version.NewVersion("1.2.6"))
|
||||
var minVersionMaxClientDisconnect = version.Must(version.NewVersion("1.3.0"))
|
||||
|
||||
// SetStatusError is used to set the status of the evaluation to the given error
|
||||
type SetStatusError struct {
|
||||
|
||||
Reference in New Issue
Block a user