summaryrefslogtreecommitdiff
path: root/internal/middleware/throttling_test.go
AgeCommit message (Collapse)AuthorFiles
2024-01-03[bugfix] increases sleep time before check in throttle test, to give more ↵Libravatar kim1
leeway (#2482)
2023-12-16[performance] simpler throttling logic (#2407)Libravatar kim1
* reduce complexity of throttling logic to use 1 queue and an atomic int * use atomic add instead of CAS, add throttling test