Jit working for sites

This commit is contained in:
Owen
2026-03-04 17:46:58 -08:00
parent c73a39f797
commit 1bfff630bf
4 changed files with 110 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ const processMessage = async (
clientId,
message.type, // Pass message type for granular limiting
100, // max requests per window
20, // max requests per message type per window
100, // max requests per message type per window
60 * 1000 // window in milliseconds
);
if (rateLimitResult.isLimited) {