default thread count

This commit is contained in:
Bryan Stitt 2022-05-12 18:50:14 +00:00
parent 397d4d03e5
commit bc9e90018c

View File

@ -31,7 +31,6 @@ fn main() -> anyhow::Result<()> {
let chain_id = rpc_config.shared.chain_id;
let rt = runtime::Builder::new_multi_thread()
.worker_threads(4)
.enable_all()
.thread_name_fn(move || {
static ATOMIC_ID: AtomicUsize = AtomicUsize::new(0);