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 1c20a45 commit c2ddd89Copy full SHA for c2ddd89
frameworks/Rust/hyperlane/src/db.rs
@@ -102,7 +102,7 @@ pub async fn connection_db() -> DbPoolConnection {
102
};
103
let pool: DbPoolConnection = PgPoolOptions::new()
104
.max_connections(1000)
105
- .min_connections(512)
+ .min_connections(100)
106
.max_lifetime(None)
107
.test_before_acquire(false)
108
.idle_timeout(None)
0 commit comments