all repos — searchix @ 90f16010ba6c54f9e215ed48873686a428bcb746

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: shut down more quickly

Alan Pearce
commit

90f16010ba6c54f9e215ed48873686a428bcb746

parent

1db432a56d503d60ccfafadfe6494f64cb8c325c

1 file changed, 0 insertions(+), 2 deletions(-)

changed files
M cmd/searchix-web/main.gocmd/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") }