change ctl to 5 lines per second

This commit is contained in:
gretchen
2024-09-14 21:41:36 +02:00
parent a3403e3829
commit 2b73866943
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1 +1,3 @@
.idea/*
.luarc.json
.luarc.json:Zone.Identifier
+1 -1
View File
@@ -42,7 +42,7 @@ local MIN_FPS = 20 -- Reduce output CPS to half (and don't burst) if FPS drop
-- Turtle seems to allow > 6 lines per second in some situations; but for pure spam throughput, a value of 6 here seems to be the limit.
-- Due to timing issues, setting this to 5.75 seems to allow the most throughput without any accidental soft bans.
local TURTLE_MAX_CHAT_LINES_PER_SECOND = 5.75
local TURTLE_MAX_CHAT_LINES_PER_SECOND = 5
if(ChatThrottleLib and ChatThrottleLib.version>=CTL_VERSION) then
-- There's already a newer (or same) version loaded. Buh-bye.