forked from I2P_Developers/i2p.i2p
Crypto: Reduce max ElG tagset expiration at receiver
This commit is contained in:
@ -103,7 +103,7 @@ public class TransientSessionKeyManager extends SessionKeyManager {
|
|||||||
*
|
*
|
||||||
* This is also the max idle time for an outbound session.
|
* This is also the max idle time for an outbound session.
|
||||||
*/
|
*/
|
||||||
private final static long SESSION_LIFETIME_MAX_MS = SESSION_TAG_DURATION_MS + 3 * 60 * 1000;
|
private final static long SESSION_LIFETIME_MAX_MS = SESSION_TAG_DURATION_MS + 2 * 60 * 1000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Time to send more if we are this close to expiration
|
* Time to send more if we are this close to expiration
|
||||||
|
Reference in New Issue
Block a user