diff options
Diffstat (limited to 'cmd/home/main.go')
| -rw-r--r-- | cmd/home/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/home/main.go b/cmd/home/main.go index 9dc5cc6..3f04b39 100644 --- a/cmd/home/main.go +++ b/cmd/home/main.go @@ -16,7 +16,7 @@ func main() { logger.Fatal("failed to start webserver", zap.Error(err)) } - done := make(chan os.Signal, 1) + done := make(chan os.Signal, 0) signal.Notify(done, os.Interrupt, syscall.SIGINT, syscall.SIGTERM) logger.Info("Starting web server") |
