Skip to content

Commit 8b01a1a

Browse files
committed
Enable runtime time driver
1 parent 3e8a86c commit 8b01a1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ pub fn init_runtime () -> std::io::Result<Runtime> {
9595
Builder::new_multi_thread()
9696
.thread_name("librespeed-rs")
9797
.worker_threads(worker_threads)
98+
.enable_time()
9899
.enable_io()
99100
.build()
100101
}

0 commit comments

Comments
 (0)