Skip to content

Commit

Permalink
increase wait time between msg to 5 min
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-dna-andersend committed Oct 19, 2018
1 parent 44a9c76 commit e2cda7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e2cda7d

Please sign in to comment.