« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index a36eceb..2b6978b 100755
--- a/index.js
+++ b/index.js
@@ -69,6 +69,7 @@ async function main() {
 
   const { appElement, renderInterval } = await setupClient({
     backend,
+    frameRate: 50,
     interfacer: new CommandLineInterfacer(),
     writable: process.stdout
   })