Skip to content

Commit

Permalink
Remove duplicates from storage config. (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwajerowicz authored Aug 14, 2020
1 parent 321125b commit c135641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions storage/src/main/resources/akka.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ akka {
http {
server {
transparent-head-requests = off
parsing.max-content-length = 10g
request-timeout = 50 seconds
parsing.max-content-length = 100g
request-timeout = 20 seconds
}
server.parsing.max-content-length = 100g
server.request-timeout = 20 seconds
host-connection-pool {
max-connections = 16
max-open-requests = 64
Expand Down
2 changes: 1 addition & 1 deletion storage/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include "app.conf"
include "app.conf"
include "akka.conf"
include "kamon.conf"

0 comments on commit c135641

Please sign in to comment.