update chat delay

This commit is contained in:
gretchen
2024-01-08 16:55:46 +01:00
parent 144eac4bc5
commit 02b9dfa88a
+1 -1
View File
@@ -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()