diff --git a/src/daft-local-execution/src/progress_bar.rs b/src/daft-local-execution/src/progress_bar.rs index cf7fa17e3a..36824e833a 100644 --- a/src/daft-local-execution/src/progress_bar.rs +++ b/src/daft-local-execution/src/progress_bar.rs @@ -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,