Skip to content

Commit e3e6c0b

Browse files
committed
reneable lifo slot
1 parent 7f381af commit e3e6c0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pulsebeam/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ fn main() {
2929
let rt = tokio::runtime::Builder::new_multi_thread()
3030
.enable_all()
3131
.worker_threads(workers)
32-
.disable_lifo_slot()
3332
.build()
3433
.unwrap();
3534
// let rt = tokio::runtime::LocalRuntime::new().unwrap();

0 commit comments

Comments
 (0)