diff options
author | Pawel Pikula <[email protected]> | 2015-10-22 21:02:52 +0200 |
---|---|---|
committer | Pawel Pikula <[email protected]> | 2015-10-22 21:02:52 +0200 |
commit | 120975c4fcb57ecd14031ac046f483e56a3daa4d (patch) | |
tree | 3a57c5921b6d88c9c26dac7c824cf50f611fdb71 /lib/ssl/src/ssl_manager.erl | |
parent | 4f9905824002bebc33c2914669b4c364927cb0ee (diff) | |
download | otp-120975c4fcb57ecd14031ac046f483e56a3daa4d.tar.gz otp-120975c4fcb57ecd14031ac046f483e56a3daa4d.tar.bz2 otp-120975c4fcb57ecd14031ac046f483e56a3daa4d.zip |
fix incorrect number of seconds in 24h macro
The previous commit - 7b93f5d8a224a0a076a420294c95a666a763ee60 fixed the macro
only in one place.
Diffstat (limited to 'lib/ssl/src/ssl_manager.erl')
-rw-r--r-- | lib/ssl/src/ssl_manager.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl_manager.erl b/lib/ssl/src/ssl_manager.erl index 2e05ba5aa5..cc15678f23 100644 --- a/lib/ssl/src/ssl_manager.erl +++ b/lib/ssl/src/ssl_manager.erl @@ -57,8 +57,6 @@ clear_pem_cache }). --define('24H_in_msec', 86400000). --define('24H_in_sec', 86400). -define(GEN_UNIQUE_ID_MAX_TRIES, 10). -define(SESSION_VALIDATION_INTERVAL, 60000). -define(CLEAR_PEM_CACHE, 120000). |