revert: Dockerdate stat refactor, inadvertently reduced update interval

This commit is contained in:
Jack Wills
2022-09-07 03:25:36 +00:00
parent 5f12362db7
commit fd0081ee7f
2 changed files with 19 additions and 18 deletions
+1
View File
@@ -106,6 +106,7 @@ async fn run_app<B: Backend + Send>(
} else {
let mut now = Instant::now();
loop {
if terminal.draw(|f| ui(f, &app_data, &gui_state)).is_err() {
return Err(AppError::Terminal);
}