mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Bootstrap from more nodes until we're connected
This commit is contained in:
parent
1939231440
commit
3e661e9b03
|
@ -341,6 +341,7 @@ void Core::process()
|
||||||
else if (!(--tolerance))
|
else if (!(--tolerance))
|
||||||
{
|
{
|
||||||
bootstrapDht();
|
bootstrapDht();
|
||||||
|
tolerance = CORE_DISCONNECT_TOLERANCE;
|
||||||
}
|
}
|
||||||
|
|
||||||
toxTimer->start(qMin(tox_do_interval(tox), toxav_do_interval(toxav)));
|
toxTimer->start(qMin(tox_do_interval(tox), toxav_do_interval(toxav)));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user