Skip to content

Commit 02b4c6a

Browse files
committed
#386 temporarily change sleep period back to 0.001
1 parent 5a9eff3 commit 02b4c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/service/service.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function m.startTimer()
149149
m.working = false
150150
m.idleClock = os.clock()
151151
end
152-
thread.sleep(0.01)
152+
thread.sleep(0.001)
153153
::CONTINUE::
154154
timer.update()
155155
end

0 commit comments

Comments
 (0)