We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a433448 commit a9b4b9bCopy full SHA for a9b4b9b
src/app.rs
@@ -90,7 +90,7 @@ impl App {
90
// Update state with current playing
91
self.now_playing = now_playing;
92
terminal.draw(|frame| self.render_frame(frame)).unwrap();
93
- std::thread::sleep(Duration::from_millis(500));
+ std::thread::sleep(Duration::from_millis(2000));
94
}
95
96
0 commit comments