mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-13 11:35:47 +01:00
Switch backup mailbox back to BoundedMailbox
This commit is contained in:
parent
96cd0e8ac2
commit
c6c18d6469
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue