mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-23 03:59:18 +00:00
9c8837d3cd
fix(@embark/proxy): up max listener for proxy request manager In the tests, we had warnings about max listeners reached, because the default limit is 10. So I upped the limit for the request manager and the WS connection. stoopid CI