Skip to content

Commit 472424a

Browse files
Update cmd/sand-agent/sand-agent.go
Co-authored-by: Cédric Thomas <[email protected]>
1 parent 3f8be3b commit 472424a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmd/sand-agent/sand-agent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func main() {
108108
log.WithField("port", c.HttpPort).Info("Listening")
109109
serviceEndpoint := fmt.Sprintf(":%d", c.HttpPort)
110110

111-
// We can only have one graceful service per process
111+
// We can only have one graceful service per process since graceful 1.2.0
112112
numServers := 1
113113
if c.EnableDockerPlugin {
114114
numServers++

0 commit comments

Comments
 (0)