diff --git a/functions/[[path]].js b/functions/[[path]].js index aac7747..cc25b3c 100644 --- a/functions/[[path]].js +++ b/functions/[[path]].js @@ -128,7 +128,7 @@ export async function onRequest(context) { })); } - if (count > 15) { + if (count > 35) { context.waitUntil(notify(env, { title: "Rate Limit Hit", message: `IP ${ip} hit limit for: ${query}`, tags: "warning,no_entry", priority: 2 })); return env.ASSETS.fetch(new Request(new URL("/limit.webp", url.origin))); }