1
0
mirror of https://github.com/pcvolkmer/arsnova-client.git synced 2025-07-01 14:32:54 +00:00

refactor: select next incoming message or ping message due

This commit is contained in:
2023-12-23 13:44:21 +01:00
parent 11cb5101a8
commit c7469fc320
2 changed files with 28 additions and 30 deletions

View File

@ -51,7 +51,7 @@ pub struct Cli {
url: String,
}
#[tokio::main(worker_threads = 3)]
#[tokio::main(worker_threads = 2)]
async fn main() -> Result<(), ()> {
let cli = Cli::parse();