Skip to content

Commit

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

0 comments on commit 15dc4cb

Please sign in to comment.