Skip to content

Commit

Permalink
Allow times on threads
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 28, 2024
1 parent a759f71 commit fed7669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/maple/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ async fn run_ingest() -> Result<(), Box<dyn Error + Send + Sync>> {
let id = ATOMIC_ID.fetch_add(1, Ordering::SeqCst);
format!("catenary-maple-ingest-{}", id)
})
.enable_time()
.enable_io()
.build()
.unwrap();

Expand Down

0 comments on commit fed7669

Please sign in to comment.