mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
small typo in previous commit
This commit is contained in:
parent
4a53898764
commit
df53c0a595
@ -288,7 +288,7 @@ namespace nodetool
|
|||||||
uint64_t sleep_interval_ms = 100;
|
uint64_t sleep_interval_ms = 100;
|
||||||
while (sleep_count++ * sleep_interval_ms < CRYPTONOTE_DNS_TIMEOUT_MS)
|
while (sleep_count++ * sleep_interval_ms < CRYPTONOTE_DNS_TIMEOUT_MS)
|
||||||
{
|
{
|
||||||
boost::this_thread::sleep(boost::posix_time::milliseconds());
|
boost::this_thread::sleep(boost::posix_time::milliseconds(sleep_interval_ms));
|
||||||
bool all_done = false;
|
bool all_done = false;
|
||||||
for (auto& done : dns_finished)
|
for (auto& done : dns_finished)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user