Increase tui framerate

To about 120Hz.
This commit is contained in:
Alexander Wainwright
2026-02-01 21:00:26 +10:00
parent 35f6137c4f
commit 67e073714e

View File

@@ -200,7 +200,7 @@ class DashboardUI:
print(t.move_yx(y, 0) + output, end='', flush=True)
self.runner.update()
time.sleep(0.05)
time.sleep(0.008)
# Final Render in TUI mode
output, height = self.render('Done')