Update capture_gamertag.js

This commit is contained in:
XXhaos
2026-04-18 11:34:25 +08:00
committed by GitHub
parent ef11a2147f
commit a20bd56b42

View File

@@ -19,7 +19,7 @@ const now = Date.now();
const PAIR_WINDOW_MS = 30000; const PAIR_WINDOW_MS = 30000;
const MAX_QUEUE = 20; const MAX_QUEUE = 20;
const MAX_HISTORY = 100; const MAX_HISTORY = 10;
if (peoplePattern.test(url)) { if (peoplePattern.test(url)) {
if (!$response.body) { if (!$response.body) {