Skip to content
Snippets Groups Projects
Commit 052537da authored by Roger Dingledine's avatar Roger Dingledine
Browse files

rotate onion keys every 12 hours, not every 2 hours

svn:r2184
parent b0c9ba99
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment