1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 19:37:35 +01:00

Switch backup mailbox back to BoundedMailbox

This commit is contained in:
dpad85 2020-10-09 14:26:30 +02:00
parent 96cd0e8ac2
commit c6c18d6469
No known key found for this signature in database
GPG key ID: 574C8C6A1673E987

View file

@ -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"