Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions http-core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ pekko.http {

# The time after which an idle connection will be automatically closed.
# Set to `infinite` to completely disable idle connection timeouts.
#
# Note: this timeout only triggers when no data is received. A slow
# client that sends data continuously (even at a low rate) will keep
# the connection alive. For untrusted clients, consider a lower value
# and use max-content-length to bound total entity size.
idle-timeout = 60 s

# Defines the default time period within which the application has to
Expand Down