Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 398 Bytes

README.rst

File metadata and controls

7 lines (5 loc) · 398 Bytes

vmod_ratelimit

Development has been put on hold - there is a competing project out there, https://github.com/nand2/libvmod-throttle that seems to have more traction.

If the backend is the bottle neck (which usually is the case in our situation) I think it would be smarter to put the rate limiting into vcl_miss and/or vcl_pass and/or vcl_pipe rather than vcl_recv.