Skip to content

[SDK-1040] reduce batch interval#855

Open
samarsault wants to merge 1 commit intomasterfrom
SDK-1040
Open

[SDK-1040] reduce batch interval#855
samarsault wants to merge 1 commit intomasterfrom
SDK-1040

Conversation

@samarsault
Copy link
Contributor

No description provided.

exports.consoleHolder = Object.assign({},console);
exports.BATCH_SIZE = 1000;
exports.BATCH_INTERVAL = 2000;
exports.BATCH_INTERVAL = 1000;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not want to reduce this.

  • Increase the teardown time of request batcher
  • Add more debug logging to track the flow of the events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants