elastic / elastic-transport-js

Transport classes and utilities shared among Node.js Elastic client libraries
Apache License 2.0
5 stars 25 forks source link

fix: increase default value of max event listeners #81

Closed breno-alves closed 7 months ago

breno-alves commented 8 months ago

issue: https://github.com/elastic/elastic-transport-js/issues/63

Increased default value of max event listeners to 100 if not specified on options.

cla-checker-service[bot] commented 8 months ago

💚 CLA has been signed

breno-alves commented 8 months ago

Done. Please trigger again the workflow.

JoshMock commented 7 months ago

Not sure why the GH action did not run for this PR. In any case, I ran all the tests locally on Node.js 18.x and 20.x and everything passed. :+1: