You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a lot of warnings in production: MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
The text was updated successfully, but these errors were encountered:
But I'm still getting the issue, with between 20 and 200 requests per minute.
All images are stored online, and requested through HTTPS.
They are already compressed (JPG 80%) and limited to 1920px per side (so they are not heavy images).
I running IPX with
npx ipx
and some env vars.I'm getting a lot of warnings in production:
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close listeners added to [TLSSocket]. Use emitter.setMaxListeners() to increase limit
The text was updated successfully, but these errors were encountered: