Increase connection size

This commit is contained in:
godmodegalactus 2024-03-27 11:39:06 +01:00
parent be5657472d
commit f6eb3c22f5
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ impl LiteBridge {
let http_server_handle = ServerBuilder::default()
.http_only()
.max_connections(1_000_000)
.build(http_addr.clone())
.await?
.start(rpc)?;