mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:09:20 +00:00
Increase MaxOpenConnections to db to 120
This commit is contained in:
@@ -73,7 +73,7 @@ func SetupDatabase() *sql.DB {
|
||||
break
|
||||
}
|
||||
|
||||
db.SetMaxOpenConns(24)
|
||||
db.SetMaxOpenConns(120)
|
||||
|
||||
return db
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user