Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[SDK-1040] reduce batch interval #855

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[SDK-1040] reduce batch interval #855

wants to merge 1 commit into from

Conversation

samarsault
Copy link
Contributor

No description provided.

@@ -2,7 +2,7 @@ const path = require('path');

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

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants