1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-25 04:37:40 +00:00

neural apps

This commit is contained in:
kepler155c@gmail.com
2018-02-08 02:32:28 -05:00
parent f16c7b632b
commit d6a77ba487
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ function transport.ping(socket)
seq = -1,
})
local timerId = os.startTimer(3)
local timerId = os.startTimer(5)
transport.timers[timerId] = socket
socket.timers[-1] = timerId
end