From 32cd0f3c4de52f1ccf57ac8c8f9286140fb15c0a Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 19 Mar 2020 16:13:24 -0400 Subject: [PATCH] increase timeout value from 15s to 45. ought to be enough for anybody --- lib/storage/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/file.js b/lib/storage/file.js index f8dc3b990..4f7cf54a6 100644 --- a/lib/storage/file.js +++ b/lib/storage/file.js @@ -72,7 +72,7 @@ const ensureStreamCloses = function (stream, id, ms) { // this can only be a timeout error... console.log("stream close error:", err, id); } - }), ms || 15000), []); + }), ms || 45000), []); }; // readMessagesBin asynchronously iterates over the messages in a channel log