Browse Source

increase LeaseSet expiration threshold

pull/399/head
orignal 8 years ago
parent
commit
4aae878db8
  1. 2
      LeaseSet.h

2
LeaseSet.h

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

Loading…
Cancel
Save