Skip to content

Commit

Permalink
Update cmd/sand-agent/sand-agent.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Thomas <cedric.thomas@scalingo.com>
  • Loading branch information
Soulou and SCedricThomas authored Aug 22, 2024
1 parent 3f8be3b commit 472424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sand-agent/sand-agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func main() {
log.WithField("port", c.HttpPort).Info("Listening")
serviceEndpoint := fmt.Sprintf(":%d", c.HttpPort)

// We can only have one graceful service per process
// We can only have one graceful service per process since graceful 1.2.0
numServers := 1
if c.EnableDockerPlugin {
numServers++
Expand Down

0 comments on commit 472424a

Please sign in to comment.