crosstalk limiter logic
parent
70b2e63873
commit
5dfc3e78a1
|
@ -16,7 +16,7 @@ class SessionManager {
|
||||||
|
|
||||||
// Initialize the Bottleneck limiter
|
// Initialize the Bottleneck limiter
|
||||||
this.limiter = new Bottleneck({
|
this.limiter = new Bottleneck({
|
||||||
id: "rDramaAPI-limiter",
|
id: "rDramaAPI-Crosstalk-limiter",
|
||||||
datastore: "ioredis",
|
datastore: "ioredis",
|
||||||
clearDatastore: false,
|
clearDatastore: false,
|
||||||
clientOptions: {
|
clientOptions: {
|
||||||
|
|
Loading…
Reference in New Issue