Merge branch 'dev' of ssh://github.com/loki-project/loki-network into dev

pull/36/head
Jeff Becker 6 years ago
commit f1fbb808da
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -32,7 +32,7 @@ namespace llarp
/// determine if this request has timed out
bool
IsTimedOut(llarp_time_t now, llarp_time_t timeout = 10000) const
IsTimedOut(llarp_time_t now, llarp_time_t timeout = 20000) const
{
if(now <= m_created)
return false;

Loading…
Cancel
Save