Skip to content

Commit

Permalink
Rm a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
exokernel committed Sep 19, 2024
1 parent faca6c2 commit 6b1d28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ fn sleep_daemon(sleep_time: u64) {
/// Read all files in the input path and break them into chunks to execute in parallel
/// Wait for each chunk to complete before processing the next chunk
fn run(context: &ProcessingContext) -> Result<()> {
// Configure the thread pool
configure_thread_pool(context.job_slots)?;

loop {
Expand Down

0 comments on commit 6b1d28c

Please sign in to comment.