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.
2 parents 687e5df + 196338d commit 1938226Copy full SHA for 1938226
cmd/gitbase-web/main.go
@@ -51,6 +51,8 @@ func (c *ServeCommand) Execute(args []string) error {
51
}
52
defer db.Close()
53
54
+ db.SetMaxIdleConns(0)
55
+
56
static := handler.NewStatic("build/public", c.ServerURL, c.SelectLimit, c.FooterHTML)
57
58
// start the router
0 commit comments