fix order

pull/402/head
Jeff Becker 6 years ago
parent 0eed11d124
commit de868e3623
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -592,7 +592,7 @@ namespace llarp
SendQueueBacklog = [&]() -> size_t { return sendq.size(); };
ShouldPing = [&]() -> bool {
auto dlt = lastActive - parent->Now();
auto dlt = parent->Now() - lastActive;
return dlt >= 10000;
};

Loading…
Cancel
Save