Join Nostr
2025-12-27 21:17:11 UTC
in reply to

ben on Nostr: sounds like the leaky bucket algorithm for rate limiting! you could probably use ...

sounds like the leaky bucket algorithm for rate limiting! you could probably use golang.org/x/time/rate’s Limiter to get this behavior instead and hand rolling it