Skip to content

Commit

Permalink
Increase host connection pool for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jan 12, 2023
1 parent 5f471c6 commit 2f73a04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/test/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
akka {
log-dead-letters-during-shutdown = false
log-dead-letters = 0

http {
host-connection-pool {
max-open-requests = 2048
}
}
}

0 comments on commit 2f73a04

Please sign in to comment.