Browse Source

Bootstrap from more nodes until we're connected

pull/1263/head
tux3 11 years ago
parent
commit
3e661e9b03
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 1
      src/core.cpp

1
src/core.cpp

@ -341,6 +341,7 @@ void Core::process() @@ -341,6 +341,7 @@ void Core::process()
else if (!(--tolerance))
{
bootstrapDht();
tolerance = CORE_DISCONNECT_TOLERANCE;
}
toxTimer->start(qMin(tox_do_interval(tox), toxav_do_interval(toxav)));

Loading…
Cancel
Save