Skip to content

Commit

Permalink
still clear it, but up the update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Ho authored and Colin Ho committed Dec 19, 2024
1 parent 653bc11 commit 4ba1200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/daft-local-execution/src/progress_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ pub struct OperatorProgressBar {
}

impl OperatorProgressBar {
// 100ms = 100_000_000ns
const UPDATE_INTERVAL: u64 = 100_000_000;
// 500ms = 500_000_000ns
const UPDATE_INTERVAL: u64 = 500_000_000;

pub fn new(
progress_bar: Box<dyn ProgressBar>,
Expand Down

0 comments on commit 4ba1200

Please sign in to comment.