diff options
| author | Eskil Q <eskilq@kth.se> | 2021-01-07 00:03:10 +0100 |
|---|---|---|
| committer | Eskil Q <eskilq@kth.se> | 2021-01-07 00:03:10 +0100 |
| commit | 11e026e7a8edda97274c984a31fd51f3f480e623 (patch) | |
| tree | 1491d0b6848bdfc5d4bd45a2aa65d3187316bc11 /mumd/src | |
| parent | fe6e5eb67405cd929e65d8ff01ba52dbac9565ad (diff) | |
| download | mum-11e026e7a8edda97274c984a31fd51f3f480e623.tar.gz | |
restore tokio configuration
Diffstat (limited to 'mumd/src')
| -rw-r--r-- | mumd/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/src/main.rs b/mumd/src/main.rs index a8cb230..67481f9 100644 --- a/mumd/src/main.rs +++ b/mumd/src/main.rs @@ -14,7 +14,7 @@ use std::fs; use tokio::sync::mpsc; use tokio::task::spawn_blocking; -#[tokio::main(worker_threads = 4)] +#[tokio::main] async fn main() { setup_logger(std::io::stderr(), true); notify::init(); |
