mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
rotate onion keys every 12 hours, not every 2 hours
svn:r2184
This commit is contained in:
parent
b0c9ba99f8
commit
052537dad9
@ -135,7 +135,7 @@
|
||||
#endif
|
||||
|
||||
/** How often do we rotate onion keys? */
|
||||
#define MIN_ONION_KEY_LIFETIME (120*60)
|
||||
#define MIN_ONION_KEY_LIFETIME (12*60*60)
|
||||
/** How often do we rotate TLS contexts? */
|
||||
#define MAX_SSL_KEY_LIFETIME (120*60)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user