From 02b9dfa88a3bbcd01dc86bfc4f79a08e4da3f258 Mon Sep 17 00:00:00 2001 From: gretchen Date: Mon, 8 Jan 2024 16:55:46 +0100 Subject: [PATCH] update chat delay --- core/history.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/history.lua b/core/history.lua index 5f20287..fdef543 100644 --- a/core/history.lua +++ b/core/history.lua @@ -102,7 +102,7 @@ AUX_data_sharer:SetScript("OnEvent", function() end) local lastMessageTime = 0 - local messageCooldown = 0.0001 --time between messages in seconds. Arbitrary value to stop people from getting chat restricted when doing full scans. Could probably be lower but that would lead to so much spam, full scan bad + local messageCooldown = 0.01 --time between messages in seconds. Arbitrary value to stop people from getting chat restricted when doing full scans. Could probably be lower but that would lead to so much spam, full scan bad function M.process_auction(auction_record) local currentTime = GetTime()