Thanks for quick confirmation
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,249346,249349#msg-249349
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Thanks a lot for quick confirmation
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,249347,249348#msg-249348
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
I am using "ngx_http_limit_req" module. After going through the code I see
that if "burst = 0" (i.e. not specified) then maximum rate limiting that can
be offered is 1000 RPS only. I have seen this in my stress test too.
I didn't see this in any documentation. Want to clarify if this is really
true