Skip to content

Commit c2ddd89

Browse files
committed
feat: update
1 parent 1c20a45 commit c2ddd89

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Rust/hyperlane/src

1 file changed

+1
-1
lines changed

frameworks/Rust/hyperlane/src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub async fn connection_db() -> DbPoolConnection {
102102
};
103103
let pool: DbPoolConnection = PgPoolOptions::new()
104104
.max_connections(1000)
105-
.min_connections(512)
105+
.min_connections(100)
106106
.max_lifetime(None)
107107
.test_before_acquire(false)
108108
.idle_timeout(None)

0 commit comments

Comments
 (0)