Browse Source

Update README.md

pull/603/head
Kenneth Tan Xin You 5 years ago committed by GitHub
parent
commit
251c85cfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -455,7 +455,6 @@ import (
) )
func main() { func main() {
defer os.Exit(0)
var wait time.Duration var wait time.Duration
flag.DurationVar(&wait, "graceful-timeout", time.Second * 15, "the duration for which the server gracefully wait for existing connections to finish - e.g. 15s or 1m") flag.DurationVar(&wait, "graceful-timeout", time.Second * 15, "the duration for which the server gracefully wait for existing connections to finish - e.g. 15s or 1m")
flag.Parse() flag.Parse()

Loading…
Cancel
Save