Bläddra i källkod

Update the progress bar 5 times a second

Tim Visée 7 år sedan
förälder
incheckning
2668dbf305
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.
-const PROGRESS_BAR_FPS_MILLIS: u64 = 500;
+const PROGRESS_BAR_FPS_MILLIS: u64 = 200;
 
 /// A progress bar reporter.
 pub struct ProgressBar<'a> {