change ctl to 5 lines per second
This commit is contained in:
@@ -1 +1,3 @@
|
||||
.idea/*
|
||||
.luarc.json
|
||||
.luarc.json:Zone.Identifier
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user