Browse Source

increase lease expiration threshold

pull/380/head
orignal 9 years ago
parent
commit
21dead3125
  1. 2
      LeaseSet.h

2
LeaseSet.h

@ -17,7 +17,7 @@ namespace tunnel @@ -17,7 +17,7 @@ namespace tunnel
namespace data
{
const int LEASE_ENDDATE_THRESHOLD = 9500; // in milliseconds
const int LEASE_ENDDATE_THRESHOLD = 31000; // in milliseconds
struct Lease
{
IdentHash tunnelGateway;

Loading…
Cancel
Save