MemoryRateLimitStore constructor

MemoryRateLimitStore({
  1. int sweepThreshold = 10000,
})

Implementation

MemoryRateLimitStore({this.sweepThreshold = 10000});