increase LeaseSet expiration threshold

This commit is contained in:
orignal 2016-02-28 21:43:18 -05:00
parent 918884bd11
commit 4aae878db8

View file

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