Skip to content

Commit

Permalink
Merge pull request #12629 from hashicorp/backport/main/freely-assured…
Browse files Browse the repository at this point in the history
…-rodent

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core committed Apr 19, 2022
2 parents 35c8d52 + 5c026d9 commit 70cf86a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions command/agent/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,9 @@ func (a *ClientConfig) Merge(b *ClientConfig) *ClientConfig {
} else if b.Reserved != nil {
result.Reserved = result.Reserved.Merge(b.Reserved)
}
if b.ReserveableCores != "" {
result.ReserveableCores = b.ReserveableCores
}
if b.GCInterval != 0 {
result.GCInterval = b.GCInterval
}
Expand Down

0 comments on commit 70cf86a

Please sign in to comment.