We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c42ad3 commit d9f910cCopy full SHA for d9f910c
main.go
@@ -62,6 +62,7 @@ func main() {
62
if servercfg.DeployedByOperator() && !servercfg.IsPro {
63
logic.SetFreeTierLimits()
64
}
65
+ defer db.CloseDB()
66
defer database.CloseDB()
67
ctx, stop := signal.NotifyContext(context.Background(), syscall.SIGTERM, os.Interrupt)
68
defer stop()
0 commit comments