From e2cda7d00a4976f13cbfc7a381460e82eb48a574 Mon Sep 17 00:00:00 2001 From: Derian Andersen Date: Fri, 19 Oct 2018 13:08:28 -0500 Subject: [PATCH] increase wait time between msg to 5 min --- Listener.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Listener.js b/Listener.js index fd96a1c..498ff7f 100644 --- a/Listener.js +++ b/Listener.js @@ -99,7 +99,7 @@ class Listener { 'However, you won\'t lose access to any documents that have already been added to the queue.\n' + 'These will continue to be streamed to you.\n' + 'Contact your account administrator with any questions or to upgrade your account limits.'; - const interval = 30000; + const interval = 300000; this.extractionApiService.isStreamDisabled(subscriptionId).then((isDisabled) => { if (isDisabled) { console.error(streamDisabledMsg);