mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
increase lease expiration threshold
This commit is contained in:
parent
1521d08285
commit
21dead3125
@ -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…
Reference in New Issue
Block a user