Skip to content

Commit

Permalink
Updated request and idle timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Feb 22, 2018
1 parent 9b4b2c9 commit 76ed602
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,14 @@ akka {
server {
server-header = "slicebox"
bind-timeout = 10s
request-timeout = 300s
idle-timeout = 900s
request-timeout = 600s
remote-address-header = on
}
client {
user-agent-header = "slicebox"
connecting-timeout = 20s
idle-timeout = 300s
idle-timeout = 900s
}
parsing {
max-content-length = 32m
Expand Down

0 comments on commit 76ed602

Please sign in to comment.