Closed ethanyoung closed 8 years ago
Just not include the middleware if process.env.DEVELOPMENT
or something..
All is just a matter of thinking(tm). Why any would need it in dev env (dev time)? I don't seeing the case.
Im working on next release, so we can think for something if needed.
Thanks for the reply!
Currently, adding a condition for the environment is one solution to this.
Having ratelimit in development/testing environment makes testing work hard, as we always need to wait...
Is there any way to disable this in development/testing environment?