From c6c18d6469d643f82e8240475face9c96707c910 Mon Sep 17 00:00:00 2001 From: dpad85 <5765435+dpad85@users.noreply.github.com> Date: Fri, 9 Oct 2020 14:26:30 +0200 Subject: [PATCH] Switch backup mailbox back to BoundedMailbox --- eclair-core/src/main/resources/reference.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclair-core/src/main/resources/reference.conf b/eclair-core/src/main/resources/reference.conf index be86545ef..14d3bc68c 100644 --- a/eclair-core/src/main/resources/reference.conf +++ b/eclair-core/src/main/resources/reference.conf @@ -209,8 +209,9 @@ eclair { // do not edit or move this section eclair { backup-mailbox { - mailbox-type = "akka.dispatch.NonBlockingBoundedMailbox" + mailbox-type = "akka.dispatch.BoundedMailbox" mailbox-capacity = 1 + mailbox-push-timeout-time = 0 } backup-dispatcher { executor = "thread-pool-executor"