Skip to content

Commit

Permalink
just testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 12, 2024
1 parent 6100cd1 commit ebaa031
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rust/src/router/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ async fn init() -> Worker {
let worker_manager = WorkerManager::new();

worker_manager
.create_worker(WorkerSettings {
enable_liburing: false,
..WorkerSettings::default()
})
// .create_worker(WorkerSettings {
// enable_liburing: false,
// ..WorkerSettings::default()
// })
.create_worker(WorkerSettings::default())
.await
.expect("Failed to create worker")
}
Expand Down

0 comments on commit ebaa031

Please sign in to comment.