Skip to content

Commit

Permalink
remove non-existing pool size config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-klass committed Nov 25, 2024
1 parent 33673b2 commit de83129
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ object server {
.withPort(ip4s.Port.fromInt(Port).get)
.withHttpWebSocketApp(wsb => router(wsb).orNotFound)
.withMaxConnections(maxConnections)
.withConnectorPoolSize(connectorPoolSize)
.build
.allocated
.map(_._2)
Expand Down

0 comments on commit de83129

Please sign in to comment.