100 -> 50 videos

This commit is contained in:
localhost 2026-02-20 01:25:37 +01:00
parent 9784277c81
commit 940c1421e5
1 changed files with 1 additions and 1 deletions

View File

@ -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) => {