Pre-RFC: crate creator rate limiting in docs.rs

I understand what you're trying to do here, but I have to say, there are a LOT of advantages to accumulating and spending time as described (within some [min..max] range).

  1. It's very easy to explain to crate authors, which may reduce the overall amount of whining if/when its implemented.
  2. It's easy to implement.
  3. It runs very, very quickly (less expensive to compute on the already strained resources of docs.rs).
  4. It doesn't starve small crates, while still allowing large crates to continue.

Is it ideal? No. But it's really, really good.