Skip to content

Commit 9ae3ff3

Browse files
committed
reduce batch interval
1 parent 839e6c7 commit 9ae3ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/testObservability/helper/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
exports.consoleHolder = Object.assign({},console);
44
exports.BATCH_SIZE = 1000;
5-
exports.BATCH_INTERVAL = 2000;
5+
exports.BATCH_INTERVAL = 1000;
66
exports.API_URL = 'https://collector-observability.browserstack.com';
77

88
exports.IPC_EVENTS = {

0 commit comments

Comments
 (0)