Switch from epoch to fuel
This commit is contained in:
parent
7f11a32364
commit
d04c3388b4
4 changed files with 12 additions and 41 deletions
|
@ -60,7 +60,7 @@ fn main() {
|
|||
fn create_default_engine() -> Engine {
|
||||
let mut config = Config::default();
|
||||
config.async_support(true);
|
||||
config.epoch_interruption(true);
|
||||
config.consume_fuel(true);
|
||||
Engine::new(&config).expect("Could not create engine")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue