Skip to content

Commit

Permalink
docs: add comment for TASK_WAIT_MSEC
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Jul 12, 2022
1 parent 34907f7 commit 653550a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use crate::stream_engine::autonomous_executor::{
AutonomousExecutor,
};

/// Sleep duration for when no (foreign / input) rows are available for the (source / generic) task.
const TASK_WAIT_MSEC: u64 = 10;

#[derive(Debug)]
Expand Down

0 comments on commit 653550a

Please sign in to comment.