fixed incorrect comment
This commit is contained in:
parent
c2ac7fc973
commit
0f6b3fdd98
@ -37,7 +37,7 @@ function threads.thread__main(smem, init)
|
|||||||
function public.exec()
|
function public.exec()
|
||||||
log.debug("main thread init, clock inactive")
|
log.debug("main thread init, clock inactive")
|
||||||
|
|
||||||
-- send status updates at 2Hz (every 10 server ticks) (every loop tick)
|
-- send status updates at 1Hz (every 20 server ticks) (every loop tick)
|
||||||
-- send link requests at 0.5Hz (every 40 server ticks) (every 4 loop ticks)
|
-- send link requests at 0.5Hz (every 40 server ticks) (every 4 loop ticks)
|
||||||
local LINK_TICKS = 4
|
local LINK_TICKS = 4
|
||||||
local ticks_to_update = 0
|
local ticks_to_update = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user