Skip to content

Commit 797f242

Browse files
committed
timeout-related settings
1 parent 28d9d72 commit 797f242

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

node/src/main/resources/application.conf

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -389,15 +389,7 @@ pekko {
389389
http.server {
390390
max-connections = 128
391391
request-timeout = 20s
392-
parsing {
393-
max-method-length = 64
394-
max-content-length = 1m
395-
}
396-
}
397-
398-
io.tcp {
399-
direct-buffer-size = 1536 KiB
400-
trace-logging = off
392+
parsing.max-content-length = 1m
401393
}
402394
}
403395

node/src/main/resources/deprecated-settings.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ waves {
77
}
88
}
99

10-
// waves = ${waves} ${?waves.defaults}
10+
pekko.http.server {
11+
idle-timeout = ${?akka.http.server.idle-timeout}
12+
request-timeout = ${?akka.http.server.request-timeout}
13+
}

0 commit comments

Comments
 (0)