mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-04 03:57:13 +08:00
Run formatter on files
This commit is contained in:
parent
a8502fcd3f
commit
693663103b
2
db/db.go
2
db/db.go
@ -44,7 +44,7 @@ func Init(username, password, protocol, address, database string) error {
|
||||
}
|
||||
|
||||
handle.SetMaxOpenConns(conns)
|
||||
handle.SetMaxIdleConns(conns/4)
|
||||
handle.SetMaxIdleConns(conns / 4)
|
||||
|
||||
handle.SetConnMaxIdleTime(time.Second * 10)
|
||||
|
||||
|
@ -130,4 +130,3 @@ func debugHandler(router *http.ServeMux) http.Handler {
|
||||
router.ServeHTTP(w, r)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user