refactor: shut down more quickly
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M cmd/searchix-web/main.go → cmd/searchix-web/main.go
@@ -161,8 +161,6 @@ imp.StartUpdateTimer(ctx, sentry.CurrentHub().Clone()) }() <-ctx.Done() - logger.Debug("calling stop") s.Stop() wg.Wait() - logger.Debug("done") }