Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed Jul 17, 2019
1 parent 90d488b commit 121c974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions command/agent/consul/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ const (
ServiceTagSerf = "serf"

// deregisterProbationPeriod is the initialization period where
// services registered in Consul but not in Nomad don't get registered,
// services registered in Consul but not in Nomad don't get deregistered,
// to allow for nomad restoring tasks
deregisterProbationPeriod = 10 * time.Minute
deregisterProbationPeriod = time.Minute
)

// CatalogAPI is the consul/api.Catalog API used by Nomad.
Expand Down

0 comments on commit 121c974

Please sign in to comment.