fix(perf): Increase tick time

This commit is contained in:
Jérémie N'gadi
2017-11-18 11:34:13 +01:00
parent 7432279e92
commit ae84928494
+1 -1
View File
@@ -41,7 +41,7 @@ function Tick()
LastTime = time
end
SetTimeout(1000, Tick)
SetTimeout(60000, Tick)
end
LastTime = GetTime()