Re: switch to ms resolution for rate limiting

2023-02-10 Thread Jérôme Loyet
# HG changeset patch # User Jerome Loyet # Date 1676019332 -3600 # Fri Feb 10 09:55:32 2023 +0100 # Node ID f381512e0f116b0d63751a48996cacd3963954ca # Parent cffaf3f2eec8fd33605c2a37814f5ffc30371989 switch to ms resolution for rate limiting rate limiting use a second resolution which can be bypassed on requests/response small

Re: switch to ms resolution for rate limiting

2022-11-29 Thread Maxim Dounin
Hello! On Mon, Nov 28, 2022 at 06:40:33AM +0100, Jérôme Loyet wrote: > Hello, > > I'm using rate limiting within the stream module. While it works great > for long connections it does not work on request smaller than the rate > limite size for 1 second. I set up a 1gbps rate limit (limit_rate >

switch to ms resolution for rate limiting

2022-11-27 Thread Jérôme Loyet
12614 -3600 # Mon Nov 28 06:16:54 2022 +0100 # Node ID a474ad7ca3408d2b09cd7bfbc827c8df84e3bd0c # Parent 0b360747c74e3fa7e439e0684a8cf1da2d14d8f6 switch to ms resolution for rate limiting rate limiting use a second resolution which can be bypassed on requests/response smaller than the configured