Skip to content
Snippets Groups Projects
Commit 4c0dc706 authored by iggy's avatar iggy
Browse files

py: oops, eventloop deadline restored to 20ms

parent 4228f032
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ class Engine: ...@@ -203,7 +203,7 @@ class Engine:
ctx = None ctx = None
while self.is_running: while self.is_running:
start = time.ticks_ms() start = time.ticks_ms()
deadline = start + 100 deadline = start + 20
self._report() self._report()
if last_eventloop is not None: if last_eventloop is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment