reset method

void reset()

Reset the rate limiter.

Implementation

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