reset method

void reset()

Resets the rate limiter

Implementation

void reset() {
  _requestTimestamps.clear();
}