2ms between hive router spin-up instead of 20ms

pull/1184/head
Thomas Winget 4 years ago
parent a58a8c9a61
commit f01624d10a

@ -41,7 +41,7 @@ namespace tooling
routerMainThreads.emplace_back([ctx](){
llarp_main_run(ctx, llarp_main_runtime_opts{false, false, false});
});
std::this_thread::sleep_for(20ms);
std::this_thread::sleep_for(2ms);
}
}

Loading…
Cancel
Save