update
This commit is contained in:
parent
a5ecf145a9
commit
e9e27e6feb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ macro_rules! get_pg {
|
|||
client
|
||||
} else {
|
||||
let client = sqlx::postgres::PgPoolOptions::new()
|
||||
.max_connections(5)
|
||||
.max_connections(12)
|
||||
.connect(&std::env::var("DATABASE_URL").unwrap())
|
||||
.await
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue