Skip to content

Commit

Permalink
Enable tokio time driver (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs authored Dec 1, 2020
1 parent c2dce07 commit 62d6da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transmission.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ impl Transmission {
.thread_stack_size(3 * 1024 * 1024)
.threaded_scheduler()
.enable_io()
.enable_time()
.build()?)
}

Expand Down

0 comments on commit 62d6da9

Please sign in to comment.