Browse Source

Update the progress bar 5 times a second

Tim Visée 7 years ago
parent
commit
2668dbf305
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/progress.rs

+ 1 - 1
cli/src/progress.rs

@@ -10,7 +10,7 @@ use self::pbr::{
 };
 };
 
 
 /// The refresh rate of the progress bar, in milliseconds.
 /// The refresh rate of the progress bar, in milliseconds.
-const PROGRESS_BAR_FPS_MILLIS: u64 = 500;
+const PROGRESS_BAR_FPS_MILLIS: u64 = 200;
 
 
 /// A progress bar reporter.
 /// A progress bar reporter.
 pub struct ProgressBar<'a> {
 pub struct ProgressBar<'a> {