Skip to content

Commit

Permalink
Increase max-open-requests to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
richpryce committed Apr 2, 2024
1 parent ad59cdc commit 3667917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project_restorer/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
akka.http.host-connection-pool {
max-open-requests = 64
max-connections = 256
max-open-requests = 256 // Must be a power of 2
}

0 comments on commit 3667917

Please sign in to comment.