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 am pretty new developer
I am handling req with express and developing a proxy server where i have to attach some auth data to every coming request for which i query redis which is async call and that's why i picked up this module to be life savior.
If i can reduce internal sleep time will it help on performance of app. and how can i reduce it?
The text was updated successfully, but these errors were encountered:
If you picked up this module then I assume you can change the timer parameter.
For better performance it's better to use on of the other two methods documented depending on whether the async function has standard API.
MrSpark2591
changed the title
How t change sleep timing as per my knowledge it's 100 ms. can i decrease it? will it affect any performance of code ?
How to change sleep timing as per my knowledge it's 100 ms. can i decrease it? will it affect any performance of code ?
Feb 6, 2017
i am pretty new developer
I am handling req with express and developing a proxy server where i have to attach some auth data to every coming request for which i query redis which is async call and that's why i picked up this module to be life savior.
If i can reduce internal sleep time will it help on performance of app. and how can i reduce it?
The text was updated successfully, but these errors were encountered: