Update authorization&cartId.js

This commit is contained in:
XXhaos
2026-04-18 11:53:48 +08:00
committed by GitHub
parent 9dfa1726e9
commit 8375c411eb

View File

@@ -11,7 +11,7 @@ const url = $request.url;
const PAIR_WINDOW_MS = 30000;
const MAX_QUEUE = 20;
const MAX_HISTORY = 100;
const MAX_HISTORY = 10;
if ($request.method === "PUT" && pattern.test(url)) {
try {