100 -> 50 videos
This commit is contained in:
parent
9784277c81
commit
940c1421e5
|
|
@ -18,7 +18,7 @@ const limiter = new RedisRateLimiter({
|
||||||
client: redis,
|
client: redis,
|
||||||
namespace: 'save:',
|
namespace: 'save:',
|
||||||
interval: 24 * 60 * 60000, // 24h
|
interval: 24 * 60 * 60000, // 24h
|
||||||
maxInInterval: 100
|
maxInInterval: 50
|
||||||
})
|
})
|
||||||
|
|
||||||
const sendError = (ws: any, message: string) => {
|
const sendError = (ws: any, message: string) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue