Merge remote-tracking branch 'origin/setting_runtime_at_start' into some_changes_in_block_listner

This commit is contained in:
Godmode Galactus 2023-02-14 10:20:29 +01:00
commit 56e38eb25d
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ async fn get_identity_keypair(identity_from_cli: &String) -> Keypair {
}
}
#[tokio::main]
#[tokio::main(flavor = "multi_thread", worker_threads = 16)]
pub async fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();