Crypto: Reduce max ElG tagset expiration at receiver

This commit is contained in:
zzz
2020-04-27 19:50:39 +00:00
parent f4a37ce75f
commit 5173d24c72

View File

@ -103,7 +103,7 @@ public class TransientSessionKeyManager extends SessionKeyManager {
*
* 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