mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
increase LeaseSet expiration threshold
This commit is contained in:
parent
918884bd11
commit
4aae878db8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue