Files
neon/proxy/src
Anna Khanova 00032c9d9f [proxy] Fix dynamic rate limiter (#7950)
## Problem

There was a bug in dynamic rate limiter, which exhausted CPU in proxy
and proxy wasn't able to accept any connections.

## Summary of changes

1. `if self.available > 1` -> `if self.available >= 1`
2. remove `timeout_at` to use just timeout
3. remove potential infinite loops which can exhaust CPUs.
2024-06-04 05:07:54 +01:00
..
2023-11-27 21:45:15 +00:00
2024-05-22 17:05:43 +00:00
2024-05-02 11:16:04 +02:00
2024-05-22 17:05:43 +00:00
2023-11-06 17:44:44 +00:00
2024-05-22 17:05:43 +00:00
2022-07-04 23:46:37 +03:00