increase lease expiration threshold

This commit is contained in:
orignal 2016-02-13 17:56:42 -05:00
parent 1521d08285
commit 21dead3125

View file

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