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
