Skip to content

Commit

Permalink
Increased input polling loop frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikwerk committed Dec 29, 2020
1 parent 12176bb commit 4b48c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxbt/tui.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def input_worker(nxbt, controller_index, input_packet):
else:
self.controller.render_controller()
self.check_for_disconnect(term)
time.sleep(1/30)
time.sleep(1/120)

def render_start_screen(self, term, loading_text):

Expand Down

0 comments on commit 4b48c28

Please sign in to comment.