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 think that put max=10000 on LRU cache can be an issue when you have to work with more than 10000 clients that could publish a message at the same time. Makes sense?
If yes, I would like to make a PR to put the max limit inside the emitter options, in order to customise it if necessary.
The text was updated successfully, but these errors were encountered:
mqemitter-redis/mqemitter-redis.js
Line 28 in a09ef9f
I think that put max=10000 on LRU cache can be an issue when you have to work with more than 10000 clients that could publish a message at the same time. Makes sense?
If yes, I would like to make a PR to put the max limit inside the emitter options, in order to customise it if necessary.
The text was updated successfully, but these errors were encountered: