.destroy()
→ void
simpleIdentifyThrottler.destroy();Class
Concurrency gate + sliding-window token bucket sized for Fluxer's per-IP limits.
new SimpleIdentifyThrottler(options: SimpleIdentifyThrottlerOptions)→ void
simpleIdentifyThrottler.destroy();shardId: number, fn: () => Promise<T> → Promise<T>
await simpleIdentifyThrottler.waitForIdentify(shardId, fn);