Skip to content

Commit

Permalink
fix: remove incorrect tags usage
Browse files Browse the repository at this point in the history
  • Loading branch information
quoral committed Jan 3, 2024
1 parent da65246 commit 65bd564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type runConfig struct {
// process all incoming requests properly, before cancelling
// the root context.
// Note: Values higher than 10s will not be respected by cloudrun itself.
ShutdownDelay time.Duration `optional:"true" required:"true"`
ShutdownDelay time.Duration
}

// Run a service.
Expand Down

0 comments on commit 65bd564

Please sign in to comment.