=act #19616 removing unused setting received-message-size-limit for UDP
This commit is contained in:
parent
b9106da698
commit
3af1cc889c
1 changed files with 1 additions and 11 deletions
|
|
@ -772,11 +772,6 @@ akka {
|
|||
# reuse.
|
||||
direct-buffer-pool-limit = 1000
|
||||
|
||||
# The maximum number of bytes delivered by a `Received` message. Before
|
||||
# more data is read from the network the connection actor will try to
|
||||
# do other work.
|
||||
received-message-size-limit = unlimited
|
||||
|
||||
# Enable fine grained logging of what goes on inside the implementation.
|
||||
# Be aware that this may log more than once per message sent to the actors
|
||||
# of the tcp implementation.
|
||||
|
|
@ -832,12 +827,7 @@ akka {
|
|||
# The maximal number of direct buffers kept in the direct buffer pool for
|
||||
# reuse.
|
||||
direct-buffer-pool-limit = 1000
|
||||
|
||||
# The maximum number of bytes delivered by a `Received` message. Before
|
||||
# more data is read from the network the connection actor will try to
|
||||
# do other work.
|
||||
received-message-size-limit = unlimited
|
||||
|
||||
|
||||
# Enable fine grained logging of what goes on inside the implementation.
|
||||
# Be aware that this may log more than once per message sent to the actors
|
||||
# of the tcp implementation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue