Skip to content

Commit

Permalink
reduce default http server request-timeout to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Oct 18, 2023
1 parent 06a3609 commit b7e84c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magda-registry-api/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ akka {
# `Timeout-Access` header to the request, which enables programmatic
# customization of the timeout period and timeout response for each
# request individually.
request-timeout = 120s
request-timeout = 60s

# The time after which an idle connection will be automatically closed.
# Set to `infinite` to completely disable idle connection timeouts.
Expand Down

0 comments on commit b7e84c4

Please sign in to comment.