From ac3a58cc3873e1d3b2c278951aefd79389226a08 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 13 Jun 2019 15:03:36 +0200 Subject: [PATCH] fix a deadlock by returning the lock after clearing ephemeral channels --- scripts/evict-inactive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/evict-inactive.js b/scripts/evict-inactive.js index d1026fd64..ff9a3c343 100644 --- a/scripts/evict-inactive.js +++ b/scripts/evict-inactive.js @@ -112,6 +112,7 @@ nThen(function (w) { return void cb(); } Log.info('EVICT_EPHEMERAL_CHANNEL_REMOVAL', item.channel); + cb(); })); }