From 3af1cc889c46e95225d182844787b07ba56ff9d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andre=CC=81n?= Date: Wed, 27 Jan 2016 14:34:23 +0100 Subject: [PATCH] =act #19616 removing unused setting received-message-size-limit for UDP --- akka-actor/src/main/resources/reference.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/akka-actor/src/main/resources/reference.conf b/akka-actor/src/main/resources/reference.conf index afea5c8d46..9455c6d323 100644 --- a/akka-actor/src/main/resources/reference.conf +++ b/akka-actor/src/main/resources/reference.conf @@ -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.