Setup throttling (rate limiter) with restify for some endpoints like this. var rateLimit = restify.throttle({burst:100,rate:50,ip:true}); ...
確定! 回上一頁