mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
network_info timeout set to 1s
This commit is contained in:
parent
14542502a7
commit
7d47ae69b8
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ namespace xmreg
|
|||
// if its not ready by now, forget about it.
|
||||
|
||||
std::future_status ftr_status = network_info_ftr.wait_for(
|
||||
std::chrono::milliseconds(300));
|
||||
std::chrono::milliseconds(1000));
|
||||
|
||||
if (ftr_status == std::future_status::ready)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue