Waiting longer for a connection to establish.
This commit is contained in:
parent
d26c2474d7
commit
852b56885d
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void rai::bootstrap_client::run ()
|
|||
}
|
||||
});
|
||||
std::weak_ptr <rai::bootstrap_client> this_w (this_l);
|
||||
node->alarm.add (std::chrono::system_clock::now () + std::chrono::seconds(5), [this_w] ()
|
||||
node->alarm.add (std::chrono::system_clock::now () + std::chrono::seconds(10), [this_w] ()
|
||||
{
|
||||
auto this_l (this_w.lock ());
|
||||
if (this_l != nullptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue