From a20bd56b42030716555b8240496dc647aca89e86 Mon Sep 17 00:00:00 2001 From: XXhaos Date: Sat, 18 Apr 2026 11:34:25 +0800 Subject: [PATCH] Update capture_gamertag.js --- Scripts/capture_gamertag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/capture_gamertag.js b/Scripts/capture_gamertag.js index f59f76b..2cd4f4a 100644 --- a/Scripts/capture_gamertag.js +++ b/Scripts/capture_gamertag.js @@ -19,7 +19,7 @@ const now = Date.now(); const PAIR_WINDOW_MS = 30000; const MAX_QUEUE = 20; -const MAX_HISTORY = 100; +const MAX_HISTORY = 10; if (peoplePattern.test(url)) { if (!$response.body) {