aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2021-01-07 00:03:10 +0100
committerEskil Q <eskilq@kth.se>2021-01-07 00:03:10 +0100
commit11e026e7a8edda97274c984a31fd51f3f480e623 (patch)
tree1491d0b6848bdfc5d4bd45a2aa65d3187316bc11
parentfe6e5eb67405cd929e65d8ff01ba52dbac9565ad (diff)
downloadmum-11e026e7a8edda97274c984a31fd51f3f480e623.tar.gz
restore tokio configuration
-rw-r--r--mumd/src/main.rs2
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();