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:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user